[前][次][番号順一覧][スレッド一覧]

ruby-changes:41553

From: nobu <ko1@a...>
Date: Sat, 23 Jan 2016 11:15:11 +0900 (JST)
Subject: [ruby-changes:41553] nobu:r53627 (trunk): configure.bat: put a space

nobu	2016-01-23 11:15:56 +0900 (Sat, 23 Jan 2016)

  New Revision: 53627

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53627

  Log:
    configure.bat: put a space
    
    * win32/configure.bat: put a space after replaced string to get
      rid of something weird sometimes.

  Modified files:
    trunk/win32/configure.bat
Index: win32/configure.bat
===================================================================
--- win32/configure.bat	(revision 53626)
+++ win32/configure.bat	(revision 53627)
@@ -198,7 +198,7 @@ goto :exit https://github.com/ruby/ruby/blob/trunk/win32/configure.bat#L198
 :end
 echo>> ~tmp~.mak 	WIN32DIR=$(@D:\=/)
 echo.>>confargs.tmp
-echo>confargs.c #define $ $$
+echo>confargs.c #define $ $$ //
 echo>>confargs.c !ifndef CONFIGURE_ARGS
 type>>confargs.c confargs.tmp
 echo>>confargs.c configure_args = CONFIGURE_ARGS

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]