5cccfb1ce1
The directories are not that different now. Also, clean up .bazelrc
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
# Copyright 2023 Uber Technologies, Inc.
|
|
# Licensed under the Apache License, Version 2.0
|
|
|
|
set -eu
|
|
|
|
BIN_DIR="$(git rev-parse --show-toplevel)/tools"
|
|
export PATH="$BIN_DIR:$PATH"
|