Comment out the addtion of error_start to CYGWIN in case it's clobbering
[obnox/wireshark/wip.git] / test / config.sh
index a0c0d0ea127e72f142bdec7bc3dff3c09603be2f..22657b28d55407ab4ec080817914c90fd41422a9 100755 (executable)
@@ -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