From 26e4af7908b44a419e587dbe70b262c911ef2ab6 Mon Sep 17 00:00:00 2001 From: gerald Date: Fri, 1 Jul 2011 19:36:57 +0000 Subject: [PATCH] Fix indentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37855 f5534014-38df-0310-8fa8-9805f1628bb7 --- test/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1