summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index a42c368f68..ad75236c7e 100755
--- a/build.sh
+++ b/build.sh
@@ -315,8 +315,7 @@ if [[ "$(uname -s)" == "MINGW"* ]]; then
fi
fi
-EMPTY=()
-for t in "${TARGETS[@]:-"${EMPTY[@]}"}"; do
+for t in "${TARGETS[@]:-""}"; do
source env.sh "$t"
build "$t"
done