bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

regexp matching broken in bash-3.2.x?


From: Pavel Gorshkov
Subject: regexp matching broken in bash-3.2.x?
Date: Sat, 27 Oct 2007 15:39:20 +0400
User-agent: Mutt/1.5.13-muttng (2007-02-12)

Configuration Information [Automatically generated, do not change]:
Machine: i386
OS: freebsd6.2
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' 
-DCONF_OSTYPE='freebsd6.2' -DCONF_MACHTYPE='i386-unknown-freebsd6.2' 
-DCONF_VENDOR='unknown' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' 
-DSHELL -DHAVE_CONFIG_H   -I.  -I. -I./include -I./lib   -g -O2
uname output: FreeBSD localhost 6.2-STABLE FreeBSD 6.2-STABLE #17: Wed Oct 10 
20:06:05 MSD 2007     pasha@localhost:/usr/obj/usr/src/sys/DESKTOP  i386
Machine Type: i386-unknown-freebsd6.2

Bash Version: 3.2
Patch Level: 25
Release Status: release

Description:
    Regexp matching seems to be broken since 3.2.0.
Repeat-By:
    The following used to work in bash-3.1:
        $ [[ test =~ 't.*t' ]]; echo $?
        1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]