From 9c78ac71ee5cf3a6fdc269fe453ee1b1bce36aff Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 21 Dec 2024 17:11:01 -0600 Subject: [PATCH] Fix parsing arguments Infinite loop much? --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 389f55c..ded750d 100644 --- a/build.sh +++ b/build.sh @@ -20,6 +20,7 @@ while [ $# -gt 0 ]; do exit 2 ;; esac + shift done if [ -z "${base-}" ]; then