Comment out the addtion of error_start to CYGWIN in case it's clobbering

Jakub's change in r37857.

svn path=/trunk/; revision=37858
This commit is contained in:
Gerald Combs 2011-07-01 20:58:10 +00:00
parent aeb81605de
commit 21a1c33639
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
# http://support.microsoft.com/kb/100843
if [ -n "${OS#Windows}" ] ; then
WS_SYSTEM="Windows"
export CYGWIN="$CYGWIN error_start=c:\cygwin\bin\dumper.exe -d %1 %2"
#export CYGWIN="$CYGWIN error_start=c:\cygwin\bin\dumper.exe -d %1 %2"
else
WS_SYSTEM=`uname -s`
fi