enable $? to work
Open
- Dominant language
- Shell
- Stars
- 19
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently `$?` does not work with hS.
Propose proposal:
1. record $? into an env var
2. run (exit $var)
3. run whatever command we want to write
This is breaking our debugging efforts, not currently impacting any benchmarks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.