From 08507bfc0dd00e39f760b2397644b20b3cd64f33 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 28 Mar 2023 15:05:09 -0500 Subject: [PATCH] adding build_debug to build.sh without params --- build.sh | 1 + 1 file changed, 1 insertion(+) 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