Files
bash/tests/comsub-eof0.sub
T
2022-09-26 11:49:46 -04: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