summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-03 19:55:43 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-03 19:55:43 +0000
commit3e6ea9306c2ef0dbab4f5284c51bb528d9ffee60 (patch)
tree042bfd4385a0cee0b3e07f99c16a1b512226ee75 /win32
parenta3ce319639f8ddae4e328fdd99f6a1f851c8a0f5 (diff)
* win32/configure.bat: disable delayed expansion of enironment variable.
[Bug #5517] [ruby-core:40531] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33630 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