Fix calling of test
For test (a.k.a '[') the closing bracket has to be a separate argument.
Fix this by adding the missing space.
--
Change-Id: Ie1d64bc1fa37f85ee0c7b5520b2ba12a30c9f635
Reviewed-on: https://cr.bazel.build/9290
PiperOrigin-RevId: 149418360
MOS_MIGRATED_REVID=149418360
diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh
index 49f28c5..07bcc05 100755
--- a/scripts/ci/build.sh
+++ b/scripts/ci/build.sh
@@ -147,7 +147,7 @@
cp bazel-bin/scripts/packages/debian/bazel-debian.deb $1/bazel_${release_label}.deb
cp -f bazel-genfiles/scripts/packages/debian/bazel.dsc $1/bazel.dsc
cp -f bazel-genfiles/scripts/packages/debian/bazel.tar.gz $1/bazel.tar.gz
- if [ "${JAVA_VERSION}" = "1.8"]; then
+ if [ "${JAVA_VERSION}" = "1.8" ]; then
cp bazel-genfiles/bazel-distfile.zip $1/bazel-${release_label}-dist.zip
fi
fi