aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar David Mankin <dmankin@atlassian.com>2015-05-28 20:20:56 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-05-29 10:54:31 +0000
commit5cafe1354fa070d09837a5ba38d08bbcbb87e0c9 (patch)
tree19afb42a7956e94753153a440ff1b5c22d203723 /compile.sh
parentcd4637eb25a2274f91a681bd80b760fa750f8608 (diff)
added comment to compile.sh
-- Change-Id: Id9e80ebc9f05ee7dcdf5d77e84e29cfb89de72cb Reviewed-on: https://bazel-review.googlesource.com/#/c/1400/ MOS_MIGRATED_REVID=94696229
Diffstat (limited to 'compile.sh')
-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")"