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
1 changed files with 1 additions and 1 deletions

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\