[前][次][番号順一覧][スレッド一覧]

ruby-changes:70998

From: Nobuyoshi <ko1@a...>
Date: Mon, 24 Jan 2022 18:11:03 +0900 (JST)
Subject: [ruby-changes:70998] 5de62fe37c (master): Fixed an missing percent in the batch file

https://git.ruby-lang.org/ruby.git/commit/?id=5de62fe37c

From 5de62fe37c16033e5dedc51ae9f2dea5db7ecd5a Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
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(-)

diff --git a/win32/configure.bat b/win32/configure.bat
index 2ca7c6bdcbc..573f8bf0e58 100755
--- a/win32/configure.bat
+++ b/win32/configure.bat
@@ -55,7 +55,7 @@ if "%1" == "--help" goto :help https://github.com/ruby/ruby/blob/trunk/win32/configure.bat#L55
   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.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]