зеркало из https://github.com/github/ruby.git
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:
Родитель
d34e50570c
Коммит
4695019a1c
|
@ -31,6 +31,9 @@ until [ $# -eq 0 ]; do
|
|||
--color=*)
|
||||
color=`expr \( "$1" : '[^=]*=\(.*\)' \)`
|
||||
;;
|
||||
--debug)
|
||||
set -x
|
||||
;;
|
||||
*)
|
||||
break
|
||||
;;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче