diff --git a/base/base.sh b/base/base.sh index d693be6..8d1d195 100755 --- a/base/base.sh +++ b/base/base.sh @@ -66,8 +66,6 @@ while getopts "dl:vh-" opt; do BASE_VERBOSE=$((BASE_VERBOSE+1));; h) # Print help and exit usage;; - -) # End of options, everything after are options blindly passed to program before list of files - break;; ?) usage 1;; esac diff --git a/runner/install.sh b/runner/install.sh index 7dab8c2..8b81119 100755 --- a/runner/install.sh +++ b/runner/install.sh @@ -66,8 +66,6 @@ while getopts "l:u:vh-" opt; do INSTALL_VERBOSE=$((INSTALL_VERBOSE+1));; h) # Print help and exit usage;; - -) # End of options, everything after are options blindly passed to program before list of files - break;; ?) usage 1;; esac diff --git a/runner/runner.sh b/runner/runner.sh index 6d0661a..eaa1861 100755 --- a/runner/runner.sh +++ b/runner/runner.sh @@ -118,7 +118,7 @@ while getopts "eg:G:l:L:n:p:s:t:T:u:Uvh-" opt; do RUNNER_VERBOSE=$((RUNNER_VERBOSE+1));; h) # Print help and exit usage;; - -) # End of options, everything after are options blindly passed to program before list of files + -) # End of options, everything is executed as a command, as relevant user break;; ?) usage 1;; diff --git a/runner/token.sh b/runner/token.sh index d783c48..e9284e4 100755 --- a/runner/token.sh +++ b/runner/token.sh @@ -74,8 +74,6 @@ while getopts "g:l:p:s:T:vh-" opt; do TOKEN_VERBOSE=$((TOKEN_VERBOSE+1));; h) # Print help and exit usage;; - -) # End of options, everything after are options blindly passed to program before list of files - break;; ?) usage 1;; esac