Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

"man sh" does not list [[:alpha:]]* as an accepted pattern. This is a glob 
pattern, not a regular expression.
While the proposed patch may work for some environments, we should find a more 
compatible way.  Maybe a new case
   "[ ]*=") ;;
(a space somewhere before the '=') could be used before to prevent '*=*' from 
matching the sqlite line.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7938>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to