Comment 1 for bug 1898383

Revision history for this message
Alain (alainth) wrote :

Pattern matching is broken in numerous ways in this version.
For example:
echo .[a-z]
will match .. in a directory, which it should definitely not!
Any other shell available does this properly.