summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-31 08:05:01 +0300
committerLars Wirzenius <liw@liw.fi>2021-03-31 08:05:01 +0300
commit2d67236316c6b202e7a47789543d040a99f23ede (patch)
treea8029df07485df1c0842d3b8b7c8c507747fdfb9
parentf2817db8572d3bc22af91ba6d4e1b9e6d1d024c6 (diff)
downloaddebian-ansible-2d67236316c6b202e7a47789543d040a99f23ede.tar.gz
chore: drop unused variable quiet
-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
;;