From 4695019a1cb71288462edf3fdb9c4dac2958a324 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 8 Feb 2018 02:08:27 +0000 Subject: ifchange: --debug option git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/ifchange.bat | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'win32') diff --git a/win32/ifchange.bat b/win32/ifchange.bat index f7ed58ffa5..606d6ed66e 100755 --- a/win32/ifchange.bat +++ b/win32/ifchange.bat @@ -35,6 +35,10 @@ if "%opt%" == "--timestamp" ( set color=%opt:~8% shift goto :optloop +) else if "%opt%" == "--debug" ( + shift + echo on + goto :optloop ) if "%opt%" == "" goto :end -- cgit v1.2.3