Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress output of
cd
in bootstrap script (#30327)
Changes bootstrap.sh to redirect the output of a `cd` command to /dev/null. Usually `cd` does not produce output, but if a user has modified CDPATH it may decide to echo the path that was navigated to. This behavior was breaking bootstrap in very difficult to debug ways.
- Loading branch information