Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc committed Mar 1, 2020
1 parent 720daab commit f7ace9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/bazel
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ if [ -z "$BAZEL_BIN_LOC" ]; then
BAZEL_BIN_LOC=~/.bazel_binaries
fi

echo $BAZEL_BIN_LOC
echo "$BAZEL_BIN_LOC"
exit 1

mkdir -p $BAZEL_BIN_LOC
export BAZEL_EXEC_PATH=$BAZEL_BIN_LOC/$BAZEL_VERSION/bin/bazel-real

Expand Down

0 comments on commit f7ace9c

Please sign in to comment.