mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-09 19:50:32 +02:00
Bash-5.3-alpha release
This commit is contained in:
@@ -26,3 +26,14 @@ fn
|
||||
echo after 2
|
||||
|
||||
unset -f fn
|
||||
|
||||
# since this sets the exit trap, it has to go last
|
||||
|
||||
set +o functrace
|
||||
# posix interp 1602
|
||||
ReturnFalse()
|
||||
{
|
||||
false ; return
|
||||
}
|
||||
|
||||
trap 'ReturnFalse && echo "woops"' EXIT
|
||||
|
||||
Reference in New Issue
Block a user