提交 967fcfc2 编写于 作者: M Matt Ellis

Allow mixed case in cibuild.sh flags

上级 99e57968
......@@ -27,7 +27,7 @@ export LTTNG_HOME=$HOME
while [[ $# > 0 ]]
do
opt="$1"
opt="$(echo $1 | awk '{print tolower($0)}')"
case $opt in
-h|--help)
usage
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册