We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c1e27 commit 69ccb12Copy full SHA for 69ccb12
scripts/make
@@ -127,7 +127,7 @@ main() {
127
# All commands except `run` and `multirun` can be chained on a single line.
128
# Some of them accept options in two formats: `-f`, `--flag` and `param=value`.
129
# Some of them don't, and will print warnings/errors if options were given.
130
- opts=($(options "$@")) || shift $?
+ opts=("$(options "$@")") && opts=() || shift $?
131
132
case "${cmd}" in
133
# The following commands require special handling.
0 commit comments