mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-27 23:53:18 +02:00
Imported from ../bash-2.01.tar.gz.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# make sure an exit command in an exit trap sets the shell's exit status
|
||||
trap - 0
|
||||
trap 'exit 5' 0
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user