73a9ceccfb
This (partially) reverts commit dfdb1f2680
8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
# Copyright 2023 Uber Technologies, Inc.
|
|
# Licensed under the MIT License
|
|
|
|
set -eu
|
|
|
|
BIN_DIR="$(git rev-parse --show-toplevel)/tools"
|
|
export PATH="$BIN_DIR:$PATH"
|