aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages/template_bin.sh
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-08-31 19:16:00 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-08-31 21:06:02 +0000
commit8f54c119117615101c10a5823993fd06d0e80072 (patch)
tree4a4e8a02c491772d8ca39f6d13c9c378d6ff8c42 /scripts/packages/template_bin.sh
parent2e68d68804433e47e0009a00e524cb297c90b4df (diff)
Bazel installer: removing trailing quote in bazelrc
-- MOS_MIGRATED_REVID=101960679
Diffstat (limited to 'scripts/packages/template_bin.sh')
-rwxr-xr-xscripts/packages/template_bin.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/packages/template_bin.sh b/scripts/packages/template_bin.sh
index 9431ec6ecf..9c8c74a57e 100755
--- a/scripts/packages/template_bin.sh
+++ b/scripts/packages/template_bin.sh
@@ -138,9 +138,9 @@ chmod 0755 "${base}/bin/bazel"
unzip -q "${BASH_SOURCE[0]}" -x bazel -d "${base}/base_workspace"
echo -n .
cat >"${base}/etc/bazel.bazelrc" <<EO
-build --package_path %workspace%:${base}/base_workspace"
-fetch --package_path %workspace%:${base}/base_workspace"
-query --package_path %workspace%:${base}/base_workspace"
+build --package_path %workspace%:${base}/base_workspace
+fetch --package_path %workspace%:${base}/base_workspace
+query --package_path %workspace%:${base}/base_workspace
EO
echo -n .
chmod -R og-w "${base}"