diff options
Diffstat (limited to 'functions/arguments.sh')
-rwxr-xr-x | functions/arguments.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/arguments.sh b/functions/arguments.sh index 5d406f4b5..f87593204 100755 --- a/functions/arguments.sh +++ b/functions/arguments.sh @@ -11,6 +11,7 @@ Arguments () { + local ARGUMENTS local ERR=0 ARGUMENTS="$(getopt --longoptions breakpoints,color,no-color,conffile:,debug,force,help,quiet,usage,verbose,version --name=${PROGRAM} --options c:huv --shell sh -- "${@}")" || ERR=$? |