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 877e0d071..3d0d869ed 100755 --- a/functions/arguments.sh +++ b/functions/arguments.sh @@ -58,7 +58,7 @@ Arguments () ;; --verbose) - LH_VERBOSE="enabled" + _VERBOSE="enabled" shift ;; |