summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 0 insertions, 2 deletions
diff --git a/check b/check
index 795e2f7..fe1c5cc 100755
--- a/check
+++ b/check
@@ -13,13 +13,11 @@ cat_with_sep()
done
}
-quiet=-q
hideok=chronic
if [ "$#" -gt 0 ]
then
case "$1" in
verbose | -v | --verbose)
- quiet=
hideok=
shift 1
;;