1
0
Fork 0
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:
Nobuyoshi Nakada 2022-01-13 22:42:22 +09:00
parent 85502f3a51
commit 5de62fe37c
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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\