diff --git a/build.sh b/build.sh index 1c5b255..787a794 100644 --- a/build.sh +++ b/build.sh @@ -24,6 +24,7 @@ while [[ $# -gt 0 ]]; do ;; *) POSITIONAL_ARGS+=("$1") # save positional arg + build_debug shift # past argument ;; esac