Allow verify-sh to run in SILENT mode.

Because of nounset, it was impossible to run without -v.
This commit is contained in:
Anthony Yeh
2017-07-12 15:02:52 -07:00
parent 8c52c8f15c
commit e3fed1ce6d

View File

@@ -71,6 +71,7 @@ function run-checks {
done
}
SILENT=true
while getopts ":v" opt; do
case ${opt} in
v)