aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-07-01 19:36:57 +0000
committerGerald Combs <gerald@wireshark.org>2011-07-01 19:36:57 +0000
commitdd82c59ff950456972068ec6faa25f18cd9c68c8 (patch)
tree974f297a5ce3a932528137f15c1d325f443cdae4 /test
parent220341f369deac409a04bd080afc09a6be0c0813 (diff)
Fix indentation.
svn path=/trunk/; revision=37855
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 2c075283fb..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