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