android_mt6572_jiabo/external/bash/tests/exec2.sub
2025-09-05 16:56:03 +08:00

5 lines
106 B
Text

# make sure an exit command in an exit trap sets the shell's exit status
trap - 0
trap 'exit 5' 0
exit 0