[or-cvs] r16952: {torvm} Escape dir separators in mingw/msys profile script so shell (torvm/trunk/build/win32/files)

coderman at seul.org coderman at seul.org
Wed Sep 24 02:54:52 UTC 2008


Author: coderman
Date: 2008-09-23 22:54:52 -0400 (Tue, 23 Sep 2008)
New Revision: 16952

Modified:
   torvm/trunk/build/win32/files/install.bat
Log:
Escape dir separators in mingw/msys profile script so shell is happy again.

Modified: torvm/trunk/build/win32/files/install.bat
===================================================================
--- torvm/trunk/build/win32/files/install.bat	2008-09-24 02:18:34 UTC (rev 16951)
+++ torvm/trunk/build/win32/files/install.bat	2008-09-24 02:54:52 UTC (rev 16952)
@@ -55,7 +55,7 @@
 cd %MDIR%\%MVER%
 set PATH=%DDRV%%MDIR%\%MVER%\bin;%DDRV%%MDIR%\%MVER%;%PATH%
 set BUILDER=/usr/src/buildall.sh
-set MSYSROOT=C:\msys\1.0\bin\
+set MSYSROOT=C:\\msys\\1.0
 md etc\profile.d
 ECHO export MSYSROOT="%MSYSROOT%" > etc\profile.d\defpaths.sh
 set WD=C:\msys\1.0\bin\



More information about the tor-commits mailing list