aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar michajlo <michajlo@google.com>2018-04-09 09:25:50 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-09 09:27:04 -0700
commit7131b2cb741ee4d62ee3235e0e570676bfc35549 (patch)
treea4d839a7d934a9cd991a8742e9fc4b1a152cb446 /scripts
parent988917a49007645d2376c10bf54b2531dcacca55 (diff)
s/BazelMain/Bazel/
PiperOrigin-RevId: 192137803
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap/compile.sh b/scripts/bootstrap/compile.sh
index 4227f1df85..9f53d1b84f 100755
--- a/scripts/bootstrap/compile.sh
+++ b/scripts/bootstrap/compile.sh
@@ -228,7 +228,7 @@ local_repository(name = 'bazel_tools', path = '${BAZEL_TOOLS_REPO}')
bind(name = "cc_toolchain", actual = "@bazel_tools//tools/cpp:default-toolchain")
EOF
- create_deploy_jar "libblaze" "com.google.devtools.build.lib.bazel.BazelMain" \
+ create_deploy_jar "libblaze" "com.google.devtools.build.lib.bazel.Bazel" \
${OUTPUT_DIR}
fi