aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-07-01 20:58:10 +0000
committerGerald Combs <gerald@wireshark.org>2011-07-01 20:58:10 +0000
commit21a1c33639dd95f1b008f80567d4c36faba4fb07 (patch)
tree822a2374f04d1f23d4877447b6d4173d599cdce2
parentaeb81605de4f78baf768f7301d8674ae7998c356 (diff)
Comment out the addtion of error_start to CYGWIN in case it's clobbering
Jakub's change in r37857. svn path=/trunk/; revision=37858
-rwxr-xr-xtest/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/config.sh b/test/config.sh
index a0c0d0ea12..22657b28d5 100755
--- a/test/config.sh
+++ b/test/config.sh
@@ -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