summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-15 06:11:13 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-15 06:11:13 +0000
commit96a695ed422af237382da738c8951c644c5810fe (patch)
tree883b248ae5f890890282ab1107877a9f68a016c8
parent881e092f9650dd807d8fa43f4d2dfb7faaeb1543 (diff)
downloadruby-96a695ed422af237382da738c8951c644c5810fe.tar.gz
ruby-96a695ed422af237382da738c8951c644c5810fe.tar.xz
ruby-96a695ed422af237382da738c8951c644c5810fe.zip
* win32/configure.bat: need a space before a tab to output the tab by
echo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rwxr-xr-xwin32/configure.bat6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d6059cc7..0f7319205 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 15 15:09:13 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/configure.bat: need a space before a tab to output the tab by
+ echo.
+
Tue Sep 15 14:24:52 2009 NARUSE, Yui <naruse@ruby-lang.org>
* string.c (rb_str_split_m): use rb_isspace when the
diff --git a/win32/configure.bat b/win32/configure.bat
index 001fd3ee9..4cac13e08 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