ifchange: --debug option
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d34e50570c
commit
4695019a1c
@ -31,6 +31,9 @@ until [ $# -eq 0 ]; do
|
|||||||
--color=*)
|
--color=*)
|
||||||
color=`expr \( "$1" : '[^=]*=\(.*\)' \)`
|
color=`expr \( "$1" : '[^=]*=\(.*\)' \)`
|
||||||
;;
|
;;
|
||||||
|
--debug)
|
||||||
|
set -x
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
|
@ -35,6 +35,10 @@ if "%opt%" == "--timestamp" (
|
|||||||
set color=%opt:~8%
|
set color=%opt:~8%
|
||||||
shift
|
shift
|
||||||
goto :optloop
|
goto :optloop
|
||||||
|
) else if "%opt%" == "--debug" (
|
||||||
|
shift
|
||||||
|
echo on
|
||||||
|
goto :optloop
|
||||||
)
|
)
|
||||||
if "%opt%" == "" goto :end
|
if "%opt%" == "" goto :end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user