diff options
Diffstat (limited to 'functions/arguments.sh')
-rwxr-xr-x | functions/arguments.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/functions/arguments.sh b/functions/arguments.sh index 0ac1bf2f8..4c476d2eb 100755 --- a/functions/arguments.sh +++ b/functions/arguments.sh @@ -7,8 +7,6 @@ # This is free software, and you are welcome to redistribute it # under certain conditions; see COPYING for details. -set -e - Arguments () { ARGUMENTS="$(getopt --longoptions breakpoints,conffile:,debug,force,help,quiet,usage,verbose,version --name=${PROGRAM} --options c:huv --shell sh -- "${@}")" |