From e3fed1ce6d589929dad790bbbc99b70c8bf48dd7 Mon Sep 17 00:00:00 2001 From: Anthony Yeh Date: Wed, 12 Jul 2017 15:02:52 -0700 Subject: [PATCH] Allow verify-sh to run in SILENT mode. Because of nounset, it was impossible to run without -v. --- hack/make-rules/verify.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/make-rules/verify.sh b/hack/make-rules/verify.sh index 1560985a8d4..4e4b5e75a5a 100755 --- a/hack/make-rules/verify.sh +++ b/hack/make-rules/verify.sh @@ -71,6 +71,7 @@ function run-checks { done } +SILENT=true while getopts ":v" opt; do case ${opt} in v)