aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xcompile.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh
index 76ec30736c..f7edfd56c5 100755
--- a/compile.sh
+++ b/compile.sh
@@ -14,6 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# This script bootstraps building a Bazel binary without Bazel.
+# It should only be used to bootstrap Bazel itself. The resulting
+# binary can be found at output/bazel
+
set -o errexit
cd "$(dirname "$0")"