ruby-changes:13181
From: usa <ko1@a...>
Date: Tue, 15 Sep 2009 15:13:04 +0900 (JST)
Subject: [ruby-changes:13181] Ruby:r24935 (trunk): * win32/configure.bat: need a space before a tab to output the tab by
usa 2009-09-15 15:11:13 +0900 (Tue, 15 Sep 2009) New Revision: 24935 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24935 Log: * win32/configure.bat: need a space before a tab to output the tab by echo. Modified files: trunk/ChangeLog trunk/win32/configure.bat Index: ChangeLog =================================================================== --- ChangeLog (revision 24934) +++ ChangeLog (revision 24935) @@ -1,3 +1,8 @@ +Tue Sep 15 15:09:13 2009 NAKAMURA Usaku <usa@r...> + + * 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@r...> * string.c (rb_str_split_m): use rb_isspace when the Index: win32/configure.bat =================================================================== --- win32/configure.bat (revision 24934) +++ win32/configure.bat (revision 24935) @@ -161,8 +161,8 @@ 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/