Bash-5.3-alpha release

This commit is contained in:
Chet Ramey
2024-04-22 10:33:38 -04:00
parent f3b6bd1945
commit 622d318652
700 changed files with 136534 additions and 96420 deletions
+11
View File
@@ -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