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