aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap/buildenv.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/bootstrap/buildenv.sh b/scripts/bootstrap/buildenv.sh
index 5c3682187c..cbb1365ef9 100755
--- a/scripts/bootstrap/buildenv.sh
+++ b/scripts/bootstrap/buildenv.sh
@@ -129,11 +129,6 @@ function atexit() {
ATEXIT_HANDLERS="${ATEXIT_HANDLERS} ${handler}"
}
-function restore_saved_path() {
- export PATH=$BAZEL_OLD_PATH
- export BAZEL_OLD_PATH=
-}
-
# Exit routine to run all registered atexit handlers.
#
# If the program exited with an error, this exit routine will also exit with the
@@ -183,7 +178,6 @@ function cleanup_phasefile() {
}
atexit cleanup_phasefile
-atexit restore_saved_path
# Excutes a command respecting the current verbosity settings.
#