提交 3fca86c8 authored 作者: Travis Cross's avatar Travis Cross

Remove superfluous semicolon

Having this extra semicolon here confuses automatic indentation.
上级 9dbe81b5
......@@ -199,7 +199,7 @@ create_dsc () {
m) modules_list="$OPTARG";;
p) modules_add="$modules_add $OPTARG";;
s) speed="$OPTARG";;
u) suite_postfix="$OPTARG"; suite_postfix_p=true; ;;
u) suite_postfix="$OPTARG"; suite_postfix_p=true;;
z) zl="$OPTARG";;
esac
done
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论