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
[wrappers] Always use system bash and sed in bin wrappers (#1571)
## Summary
This feels like the safest solution to
#1566 (comment)
It also avoids creating bin wrappers for `bash` and `sed` which reduces
risk and improves performance.
## How was it tested?
Used setup from #1566
```
devbox shell
devbox add bash
hash -r
which bash # ensure I get profile bash instead of wrapped bash
```
0 commit comments