mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-04 09:12:27 +02:00
Bash-5.3-alpha release
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user