Michael Schwarz 5 years ago
parent
commit
4698b29bff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -251,7 +251,7 @@ if [ "${UPLOAD}" -eq "1" ]; then
 		[ "$?" -eq "0" ] || abort "Failed to copy packages."
 	fi
 fi
-if ["${UPDATEGIT}" -eq "1"]; then
+if [ "${UPDATEGIT}" -eq "1" ]; then
 	# copy manifest and the build info file
 	progress "Copying manifest and build info file ..."
 	pushd ${OUTPUT_DIR} > /dev/null