Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15362 > unrolled thread

typo in internal warning: the_pipeline

Started byRoland Illig <roland.illig@gmx.de>
First post2019-09-15 20:01 +0200
Last post2019-09-15 20:01 +0200
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  typo in internal warning: the_pipeline Roland Illig <roland.illig@gmx.de> - 2019-09-15 20:01 +0200

#15362 — typo in internal warning: the_pipeline

FromRoland Illig <roland.illig@gmx.de>
Date2019-09-15 20:01 +0200
Subjecttypo in internal warning: the_pipeline
Message-ID<mailman.294.1568570477.2190.bug-bash@gnu.org>
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.

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web