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
Rollup merge of rust-lang#55793 - alex:command-exec-path-regression, r=alexcrichton
Fixesrust-lang#55775 -- fixed regression in Command::exec's handling of PATH.
This restores the previous behavior where if env_clear() or env_remove() was used, the parent's PATH would be consulted.
r? @alexcrichton
0 commit comments