diff options
Diffstat (limited to 'functions/arguments.sh')
-rwxr-xr-x | functions/arguments.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/arguments.sh b/functions/arguments.sh index 80851d37e..877e0d071 100755 --- a/functions/arguments.sh +++ b/functions/arguments.sh @@ -48,7 +48,7 @@ Arguments () ;; --quiet) - LH_QUIET="enabled" + _QUIET="enabled" shift ;; |