Yaakov,
I needed the following patch with this example
DIFF_EXCLUDES="-x build"
It works without the attached patch if you do
DIFF_EXCLUDES=" -x build"
but for safety please apply it.
--
Reini Urban
http://phpwiki.org/ http://murbreak.at/
--- /bin/cygport~ 2008-04-16 05:39:53.001000000 +0000
+++ /bin/cygport 2008-05-16 16:38:51.171875000 +0000
@@ -1811,7 +1811,7 @@
case ${DIFF_EXCLUDES} in
-x*)
- diff_excludes_x+="${DIFF_EXCLUDES}";
+ diff_excludes_x+=" ${DIFF_EXCLUDES}";
;;
*)
for exclude in ${DIFF_EXCLUDES}
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/