[or-cvs] r16951: {torvm} Revert overzealous quoting for spaces in paths (torvm/trunk/build/win32/files)

coderman at seul.org coderman at seul.org
Wed Sep 24 02:18:34 UTC 2008


Author: coderman
Date: 2008-09-23 22:18:34 -0400 (Tue, 23 Sep 2008)
New Revision: 16951

Modified:
   torvm/trunk/build/win32/files/buildall.sh
Log:
Revert overzealous quoting for spaces in paths

Modified: torvm/trunk/build/win32/files/buildall.sh
===================================================================
--- torvm/trunk/build/win32/files/buildall.sh	2008-09-24 02:03:39 UTC (rev 16950)
+++ torvm/trunk/build/win32/files/buildall.sh	2008-09-24 02:18:34 UTC (rev 16951)
@@ -168,8 +168,7 @@
 cd tap-win32
 TAPDIR=`pwd | sed 's/^.usr//' | sed 's/\//\\\/g'`
 BPATH="${MSYSROOT}${TAPDIR}"
-#echo "call \"$DDKENV\" \"$DDKDIR\" fre wxp" > dobuild.bat
-echo "call \"$DDKENV\" \"$DDKDIR\" wxp f" > dobuild.bat
+echo "call $DDKENV $DDKDIR wxp f" > dobuild.bat
 echo "cd \"$BPATH\"" >> dobuild.bat
 echo "build -cef" >> dobuild.bat
 echo "exit 0" >> dobuild.bat
@@ -192,8 +191,7 @@
 cd packetNtx
 PCAPDIR=`pwd | sed 's/^.usr//' | sed 's/\//\\\/g'`
 BPATH="${MSYSROOT}${PCAPDIR}"
-#echo "call $DDKENV $DDKDIR fre w2k" > dobuild.bat
-echo "call \"$DDKENV\" \"$DDKDIR\" w2k f" > dobuild.bat
+echo "call $DDKENV $DDKDIR w2k f" > dobuild.bat
 echo "cd \"$BPATH\"" >> dobuild.bat
 echo "./CompileDriver" >> dobuild.bat
 echo "exit 0" >> dobuild.bat



More information about the tor-commits mailing list