зеркало из https://github.com/github/ruby.git
Fixed an missing percent in the batch file
This commit is contained in:
Родитель
85502f3a51
Коммит
5de62fe37c
|
@ -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\
|
||||
|
|
Загрузка…
Ссылка в новой задаче