Re: Error on meta-{ filename expansion

2009-12-09 Thread DennisW
On Dec 9, 10:05 am, Jeff Terrell wrote: > (pasted this in from dead.bashbug when the mail failed.) > > Configuration Information [Automatically generated, do not change]: > Machine: i486 > OS: linux-gnu > Compiler: gcc > Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i486' - > DCONF_OSTYPE

Re: Error on meta-{ filename expansion

2009-12-09 Thread DennisW
On Dec 9, 10:05 am, Jeff Terrell wrote: > (pasted this in from dead.bashbug when the mail failed.) > > Configuration Information [Automatically generated, do not change]: > Machine: i486 > OS: linux-gnu > Compiler: gcc > Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i486' - > DCONF_OSTYPE

Re: bash segfaults on startup when TERM=eterm* and EMACS is unset

2009-12-09 Thread Chet Ramey
> On 10/29/2009 10:35 AM, Roman Rakus wrote: > > $subject can be triggered easily by setting TERM to eterm (with unset > > EMACS). Originally this segfault was caused by running emacs and > > within emacs try to ssh on localhost. > > > > > Any updates/comments here? This will be fixed in the nex

Error on meta-{ filename expansion

2009-12-09 Thread Jeff Terrell
(pasted this in from dead.bashbug when the mail failed.) 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' - DC

Re: bash segfaults on startup when TERM=eterm* and EMACS is unset

2009-12-09 Thread Roman Rakus
On 10/29/2009 10:35 AM, Roman Rakus wrote: $subject can be triggered easily by setting TERM to eterm (with unset EMACS). Originally this segfault was caused by running emacs and within emacs try to ssh on localhost. Reproducer 1) [rra...@dhcp-lab-170 ~]$ bash [rra...@dhcp-lab-170 ~]$ exit [rra

Re: Command substitution reduce spaces even in strings

2009-12-09 Thread Marc Herbert
ma...@fiz15.jupiter.vein.hu a écrit : > Short example: > $ echo $(echo "'alfa beta'") > 'alfa beta' > > Instead of 'alfa beta' with double space. Always try tracing to understand what is going on: echo $(set -x ;echo "'alfa beta'") ++ echo ''\''alfa beta'\''' http://www.mpi-inf.mpg.de/~u