From a415eb0f9177c198a6c2601f8f975908115b593c Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 30 Jun 2025 23:09:07 +1200 Subject: [PATCH] Modify buildtestpublish_all.sh --- buildtestpublish_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtestpublish_all.sh b/buildtestpublish_all.sh index 2e84401..2015927 100755 --- a/buildtestpublish_all.sh +++ b/buildtestpublish_all.sh @@ -109,7 +109,7 @@ function buildtestpublish() { # Add to projects list PROJECTS+=("$TOOLNAME") - #cd "$dir" || echo "Failed to cd to $dir" + cd "$dir" || echo "Failed to cd to $dir" subtitle "🔨 BUILDING $TOOLNAME_UPPER 🔨" if dothis build "$dir" "$TOOLNAME"; then