bash-5.1-alpha release

This commit is contained in:
Chet Ramey
2020-06-15 15:57:21 -04:00
parent 9e49d343e3
commit 712f80b0a4
806 changed files with 88194 additions and 53253 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export PATH
#Securely create a temporary directory for the temporary files
TEMPDIR=$TMPDIR/bbug.$$
(umask 077 && mkdir $TEMPDIR) || {
(umask 077 && mkdir "$TEMPDIR") || {
echo "$0: could not create temporary directory" >&2
exit 1
}