summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-01-02 23:55:25 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-01-02 23:55:25 +0000
commit496e9a7bb04b65d55d62b0adeaf05e849ee50cc4 (patch)
tree97c34bfa9636ca1c36b11053a01676a3fd7d29fa /win32
parentcae12e5d25efc488f0c6d1bb1483272e1077e7b9 (diff)
merge revision(s) 33630:
* win32/configure.bat: disable delayed expansion of enironment variable. [Bug #5517] [ruby-core:40531] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rwxr-xr-xwin32/configure.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/configure.bat b/win32/configure.bat
index 6eb0320a20..a91de0f33e 100755
--- a/win32/configure.bat
+++ b/win32/configure.bat
@@ -1,4 +1,5 @@
@echo off
+@setlocal disabledelayedexpansion
echo> ~tmp~.mak ####
echo>> ~tmp~.mak conf = %0
@@ -206,3 +207,4 @@ echo>>~setup~.mak @if exist Makefile ren Makefile Makefile.old
echo>>~setup~.mak @ren Makefile.new Makefile
nmake -alf ~setup~.mak MAKEFILE=Makefile.new
:exit
+@endlocal