aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-01 21:38:56 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-01 21:38:56 +0000
commit922821d5798686c6ab16f8bbcd02cd8fa6aeac7b (patch)
treee60972da47f477e063cc745d0d287c6d1d011c4b /test
parente2ee75bc575b395e22efce75c343f5699e1caf92 (diff)
Re-enable Cygwin's error_start environment variable.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37860 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'test')
-rwxr-xr-xtest/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/config.sh b/test/config.sh
index 22657b28d5..a0c0d0ea12 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