diff options
Diffstat (limited to 'functions')
-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 70f397c70..a360e824a 100755 --- a/functions/arguments.sh +++ b/functions/arguments.sh @@ -28,7 +28,7 @@ Arguments () ;; -c|--conffile) - LH_CONFFILE="${2}" + _CONFFILE="${2}" shift 2 ;; |