From e455e85f720d87f6cdac0eff22ca21b0536c736a Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 15 Sep 2009 06:11:13 +0000 Subject: * win32/configure.bat: need a space before a tab to output the tab by echo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/configure.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'win32/configure.bat') diff --git a/win32/configure.bat b/win32/configure.bat index 001fd3ee9c..4cac13e08c 100755 --- a/win32/configure.bat +++ b/win32/configure.bat @@ -161,8 +161,8 @@ if exist pathlist.tmp echo>>~setup~.mak LIB = $(pathlist:;=/lib;) type>>~setup~.mak ~tmp~.mak del *.tmp > nul del ~tmp~.mak > nul -echo>>~setup~.mak @if exist Makefile.old del Makefile.old -echo>>~setup~.mak @if exist Makefile ren Makefile Makefile.old -echo>>~setup~.mak @ren Makefile.new Makefile +echo>>~setup~.mak @if exist Makefile.old del Makefile.old +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 -- cgit v1.2.3