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
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
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
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 (
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 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
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