I wish hash -r (or something like it) would happen automaticly

2006-01-06 Thread Britton Leo Kerin
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

Conditional expression problem: both "-a file" and "! -a file" return true

2006-01-06 Thread re2823
Hi. Excuse me if I've got things somewhat confused here (I'm a complete Unix newbie), but I've found what I think is a bug. If I create a file using: [EMAIL PROTECTED]:~$ touch testFile and then run the following two lines, I get conflicting results: [EMAIL PROTECTED]:~$ [ -a testFile ] && ec

bash-3.1.1: unable to feed "trap -p" output into a pipe

2006-01-06 Thread Dmitry V. Levin
Hi, A "trap -p" output doesn't feed into a pipe: $ trap -p $ trap "echo ..." EXIT $ trap -p EXIT

bash-3.1.1: source does not work in conjunction with process substitution

2006-01-06 Thread Dmitry V. Levin
Hi, The "source" builtin does not work in conjunction with process substitution: $ bash -ec 'cat <(echo echo 1)' echo 1

[patch] 3.1: man page corrections

2006-01-06 Thread Tim Waugh
When viewing the bash man page with 'man bash' in a locale that supports UTF-8 (for example), the single-quote character "'" doesn't necessarily display as we want. For a literal single-quote character, "\(aq" is needed in the groff input. Original bug report: https://bugzilla.redhat.com/bugzi