Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15362
| From | Roland Illig <roland.illig@gmx.de> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | typo in internal warning: the_pipeline |
| Date | 2019-09-15 20:01 +0200 |
| Message-ID | <mailman.294.1568570477.2190.bug-bash@gnu.org> (permalink) |
| References | <acac45b5-7726-c673-3e6b-e11de8e63ed2@gmx.de> |
internal_warning (_("add_process: process %5ld (%s) in the_pipeline"),
(long)p->pid, p->command);
What does "the_pipeline" mean?
And why is an internal warning translated anyway? See
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80055 for a discussion with
the GCC project.
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
typo in internal warning: the_pipeline Roland Illig <roland.illig@gmx.de> - 2019-09-15 20:01 +0200
csiph-web