mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed an missing percent in the batch file
This commit is contained in:
parent
85502f3a51
commit
5de62fe37c
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ if "%1" == "--help" goto :help
|
|||
if "%opt:~0,1%" == "-" (
|
||||
echo>>confargs.tmp %1 \
|
||||
set witharg=
|
||||
) else if "%witharg" == "" (
|
||||
) else if "%witharg%" == "" (
|
||||
echo>>confargs.tmp %1 \
|
||||
) else (
|
||||
echo>>confargs.tmp ,%1\
|
||||
|
|
Loading…
Add table
Reference in a new issue