提交 bbd0ae96 编写于 作者: B Bill Hamilton

fixed issue where passing in -o without an arg behaved unexpectedly

上级 7a06ee24
......@@ -62,7 +62,7 @@
txtrst=$(tput sgr0)
if [ $# -ne 0 ]; then
while getopts ":cdos:" opt; do
while getopts ":cdo:s:" opt; do
case "${opt}" in
o )
options=( "Debug" "Release" "RelWithDebInfo" "MinSizeRel" )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册