Re: error with ' in command substitution

2007-11-07 Thread Chet Ramey
> At least when a non-compliance is spotted, it's fixed in the > next release. And this one will be, too. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer Live Strong. Chet Ramey, ITS, CWRU[EMAIL PROTECTED]http://tiswww.tis.case.edu/~c

Re: Bash 2.05a isn't calling gawk as expected

2007-11-07 Thread Bob Proulx
[EMAIL PROTECTED] wrote: > A shell script which worked perfectly using "1.14.7(1)" fails to execute > properly using "2.05a.0(1)-release". The purpose of the script is to parse > a session log file found in each user's home directory, and determine > whether a record belonging to some other user

Re: Bash 2.05a isn't calling gawk as expected

2007-11-07 Thread Andrew J. Schorr
On Tue, Nov 06, 2007 at 04:30:20PM -0500, [EMAIL PROTECTED] wrote: > #!/bin/sh > > blockflag=/ihome/tables/modemhog.txt > pageflag=/ihome/tables/modemhog.page > > [ -s $blockflag ] && exit > > for i in /home/* > do > [ -d $i ] || continue > cd $i > > [ -f session_log ] || continue > >

Re: Bash 2.05a isn't calling gawk as expected

2007-11-07 Thread Chet Ramey
[EMAIL PROTECTED] wrote: > Configuration Information [Automatically generated, do not change]: > Machine: i686 > OS: linux-gnu > Compiler: gcc > Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' > -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' > -DCONF_VENDOR='pc' -DSHEL

memory leak in read builtin

2007-11-07 Thread Lars Ellenberg
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='ba

Bash 2.05a isn't calling gawk as expected

2007-11-07 Thread nparks
Configuration Information [Automatically generated, do not change]: Machine: i686 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' -DCONF_VENDOR='pc' -DSHELL -DHAVE_CONFIG_H -D_GNU_SOURCE -I.