Pavel Gorshkov schrieb:

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

It works without the quotes. Looks like they are taken literally instead of being removed. I, too, think it's a bug, as according to the docs, quote removal should be performed on the words between [[ and ]].

Regards,
Bernd

--
Bernd Eggink
[EMAIL PROTECTED]
http://sudrala.de


Reply via email to