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
+6
View File
@@ -1,3 +1,9 @@
# this works as it should, but with a warning
foo=$(cat <<EOF
hi
EOF)
echo $foo
unset -v foo
# it's only the space before the paren that makes this an error
# when I fix it, it will show up here
foo=$(cat <<EOF