You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments