mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
Imported from ../bash-2.02.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