aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2017-03-07 15:51:33 +0000
committerGravatar Vladimir Moskva <vladmos@google.com>2017-03-07 17:14:31 +0000
commit6f9e25464893195a83e162c570d7128037b2a0e5 (patch)
tree6f65c8ce654e972f0d7cd05a6b652f510241ba56 /scripts
parent49fc3055f107c9d1990991139af24daade987571 (diff)
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
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh
index 49f28c5a52..07bcc051b2 100755
--- a/scripts/ci/build.sh
+++ b/scripts/ci/build.sh
@@ -147,7 +147,7 @@ function bazel_build() {
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