]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/heredoc2.sub
Bash-4.4 patch 19
[thirdparty/bash.git] / tests / heredoc2.sub
CommitLineData
ac50fbac
CR
1TEST=$(cat <<EOF | sort -u
2abc
3geh
4def
5abc
6EOF
7)
8
9echo $TEST