Skip to content

Commit f7ace9c

Browse files
committed
cp
1 parent 720daab commit f7ace9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ if [ -z "$BAZEL_BIN_LOC" ]; then
7777
BAZEL_BIN_LOC=~/.bazel_binaries
7878
fi
7979

80+
echo $BAZEL_BIN_LOC
81+
echo "$BAZEL_BIN_LOC"
82+
exit 1
83+
8084
mkdir -p $BAZEL_BIN_LOC
8185
export BAZEL_EXEC_PATH=$BAZEL_BIN_LOC/$BAZEL_VERSION/bin/bazel-real
8286

0 commit comments

Comments
 (0)