mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.bat: put a space
* win32/configure.bat: put a space after replaced string to get rid of something weird sometimes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d735054a07
commit
ac55501368
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ goto :exit
|
|||
: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
|
||||
|
|
Loading…
Reference in a new issue