Re: translations of bash, the po files

2006-11-15 Thread Benno Schulenberg
Chet Ramey wrote: > I will probably not make a bash-3.3 release, but may release the > new translations in a single package before bash-4.0 comes out. As a separate package? Hmm, strange, but okay. If any of the strings change between 3.2 and 4.0, though, please make 4.0-pre release several wee

Re: botched configure check for /dev/stdin

2006-11-15 Thread Chet Ramey
Paul Jarc wrote: > Chet Ramey <[EMAIL PROTECTED]> wrote: >> Hardcoding `/bin/test' is a tricky business: > > How about "(exec test ...)"? Or "env test ..."? Yeah, I considered the first variant. Something like (exec test -r /dev/fd/3 3http://cnswww.cns.cwru.edu/~chet/

Re: translations of bash, the po files

2006-11-15 Thread Chet Ramey
Benno Schulenberg wrote: > Hi, > > It seems that bash has never used the translations that were made at > http://www.iro.umontreal.ca/translation/registry.cgi?domain=bash . > At the moment Spanish and Turkish are completely up to date, and > Estonian is halfway -- will these translations make it

Re: botched configure check for /dev/stdin

2006-11-15 Thread Paul Jarc
Chet Ramey <[EMAIL PROTECTED]> wrote: > Hardcoding `/bin/test' is a tricky business: How about "(exec test ...)"? Or "env test ..."? paul ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

Re: botched configure check for /dev/stdin

2006-11-15 Thread Chet Ramey
Eric Blake wrote: > Machine Type: i686-pc-cygwin > > Bash Version: 3.2 > Patch Level: 5 > Release Status: release > > Description: > The configure check for whether /dev/stdin is available is flawed, > since it invokes 'test -r /dev/stdin configuring with a version of bash that already

translations of bash, the po files

2006-11-15 Thread Benno Schulenberg
Hi, It seems that bash has never used the translations that were made at http://www.iro.umontreal.ca/translation/registry.cgi?domain=bash . At the moment Spanish and Turkish are completely up to date, and Estonian is halfway -- will these translations make it into the tarball for bash-3.3? Or

botched configure check for /dev/stdin

2006-11-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Configuration Information: Machine: i686 OS: cygwin Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash.exe' -DCONF_HOSTTYPE='i686' - -DCONF_OSTYPE='cygwin' -DCONF_MACHTYPE='i686-pc-cygwin' -DCONF_VENDOR='pc' - -DLOCALEDIR='/usr/share/locale' -DPACKAGE=

Re: bash-3.2 breaks process substitution

2006-11-15 Thread Roy Marples
On Wednesday 01 November 2006 19:33, Roy Marples wrote: > Repeat-By: > cat < <(ls) > /dev/fd/62: No such file or directory > > Fix: > --- execute_cmd.c 2006-11-01 18:32:36 + > +++ execute_cmd.c 2006-11-01 18:32:42 + > @@ -2672,6 +2672,7 @@ > > do_piping (pi