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
+1 -1
View File
@@ -15,7 +15,7 @@
# return different results
: ${TMPDIR:=/tmp}
trap 'rm -f ${TMPDIR}/pipe' 0 1 2 3 6 15
trap 'rm -f ${TMPDIR}/pipe' EXIT HUP INT QUIT ABRT TERM
exec 6>&-
echo "t -p /dev/fd/6"