From 5de62fe37c16033e5dedc51ae9f2dea5db7ecd5a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 13 Jan 2022 22:42:22 +0900 Subject: Fixed an missing percent in the batch file --- win32/configure.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/configure.bat b/win32/configure.bat index 2ca7c6bdcb..573f8bf0e5 100755 --- a/win32/configure.bat +++ b/win32/configure.bat @@ -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\ -- cgit v1.2.3