Files
bash/tests/comsub-eof0.sub
2022-01-20 15:06:05 -05:00

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