Re: Bug in German translation

2010-09-07 Thread Chet Ramey
> Bash Version: 4.1 > Patch Level: 5 > Release Status: release > > Description: > The German translation for "no such job" is wrong. Reported in Ubuntu > here: > https://launchpad.net/bugs/630772 > > Repeat-By: > Run "fg" in a German locale: "LANG=de fg" Thanks. I alread

Bug in German translation

2010-09-07 Thread henning
Configuration Information [Automatically generated, do not change]: Machine: i486 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i486' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i486-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash

Re: $? in the right side of a pipe

2010-09-07 Thread Greg Wooledge
On Mon, Sep 06, 2010 at 07:47:20PM -0400, Chet Ramey wrote: > On 9/5/10 5:36 AM, Pierre Gaston wrote: > > using the following: > > > > false; : | echo $? > > > > bash and ksh93 print 0 > > pdksh, dash and zsh print 1 > > It looks like bash and ksh93 wait for each command in a pipeline to finish