Bash-3.1 Official Patch 11

2006-03-04 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 3.1 Patch-ID: bash31-011 Bug-Reported-by: Mike Stroyan <[EMAIL PROTECTED]> Bug-Reference-ID: <[EMAIL PROTECTED]> Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-01/msg00

Re: Bash-3.1 Official patch 10

2006-03-04 Thread Chet Ramey
Greg Schafer wrote: > It appears there might be problem with this patch. Here is a test case I > distilled from the grep-2.5.1a testsuite: > > status=`echo '-'| { ${GREP} -E -e 'a\' >/dev/null 2>&1 ; echo $?; }` > > Put that line into a file called "myfile" then run like this: > > # bash -n myf

cd ${DIRSTACK[1]} fails on use of ~

2006-03-04 Thread llattanzi+bash
Configuration Information [Automatically generated, do not change]: Machine: powerpc OS: darwin9.0 Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='powerpc' - DCONF_OSTYPE='darwin9.0' -DCONF_MACHTYPE='powerpc-apple-darwin9.0' - DCONF_VENDOR='apple' -DLOCALEDIR='/usr/share/loc

Re: incorrect handling of invisible characters in prompt string

2006-03-04 Thread Chet Ramey
Eric Blake wrote: > [Please use mailing lists instead of sending private mail > to random developers - I don't know whether you > intended this as a question about bash proper or > about the cygwin port of bash, so I have cross-posted > my reply] > >> Hi Eric, >> >> I found the following message (

backtick expansion is truncated

2006-03-04 Thread Brian Minton
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-3.1 Official Patch 10 - UPDATED

2006-03-04 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 3.1 Patch-ID: bash31-010 Bug-Reported-by: [EMAIL PROTECTED] Bug-Reference-ID: <[EMAIL PROTECTED]> Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-01/msg00090.html Bug-D

Re: BUG: ls -ld directory/

2006-03-04 Thread Paul Jarc
G C McNeil-Watson <[EMAIL PROTECTED]> wrote: > If you do an > > ls -ld directory/ > > for some existing directory then the output contains TWO trailling > slashes: > > drwx-- 2 pypgcm users 4096 Aug 16 2005 directory// > > The directory and the first slash appear in blue on my terminal, tra