mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-21 21:07:57 +02:00
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
# 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
|
|
hi
|
|
EOF )
|
|
echo $foo
|