[or-cvs] r17044: {torvm} Fix the build option flag for auto shutdown / no strip. (torvm/trunk/build/win32/files)
coderman at seul.org
coderman at seul.org
Sun Oct 5 14:17:40 UTC 2008
Author: coderman
Date: 2008-10-05 10:17:40 -0400 (Sun, 05 Oct 2008)
New Revision: 17044
Modified:
torvm/trunk/build/win32/files/install.bat
Log:
Fix the build option flag for auto shutdown / no strip.
Modified: torvm/trunk/build/win32/files/install.bat
===================================================================
--- torvm/trunk/build/win32/files/install.bat 2008-10-05 12:28:21 UTC (rev 17043)
+++ torvm/trunk/build/win32/files/install.bat 2008-10-05 14:17:40 UTC (rev 17044)
@@ -68,7 +68,7 @@
cd /d %DDRV%
cd %MDIR%\%MVER%
IF EXIST %ISODRV%\bldopts (
- print %ISODRV%\bldopts >> etc\profile.d\bldopts.sh
+ copy %ISODRV%\bldopts etc\profile.d\bldopts.sh
)
set WD=C:\msys\1.0\bin\
set PATH=%WD%;%PATH%
More information about the tor-commits
mailing list