[darcs-devel] [Patch] Tiny bug in "cygwin-wrapper.bash"

Kannan Goundan cakoose at yahoo.com
Tue May 31 00:48:54 PDT 2005


Tiny bug in "cygwin-wrapper.bash".  A regular expression pattern was
trying to match a "." without escaping it.

New patches:

[cygwin-wrapper: need to write "\." to match a literal "."
Kannan Goundan <kannan at cakoose.com>**20050530233916] {
hunk ./cygwin-wrapper.bash 168
-   if expr match "$1" '[- at ._A-Za-z0-9]*:' > /dev/null; then
+   if expr match "$1" '[-@\._A-Za-z0-9]*:' > /dev/null; then
}

Context:

[TAG darcs unstable 2005-05-29
Ian Lynagh <igloo at earth.li>**20050529125403]
Patch bundle hash:
f43eedbc074718ea8cbe9c7287a7eb547856c795

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




More information about the darcs-devel mailing list