Skip to content
Snippets Groups Projects
Commit c07a564a authored by Christian Engwer's avatar Christian Engwer
Browse files

load non-command options before reading command line parameters

[[Imported from SVN: r5885]]
parent 971d0251
No related branches found
No related tags found
No related merge requests found
...@@ -585,6 +585,8 @@ while test $# -gt 0; do ...@@ -585,6 +585,8 @@ while test $# -gt 0; do
command=$1 command=$1
shift shift
# only load other parameters
load_opts NONE
# get command options # get command options
CMD_FLAGS= CMD_FLAGS=
while test $# -gt 0 && test "$1" != ":"; do while test $# -gt 0 && test "$1" != ":"; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment