aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-heredoc/heredoc_side_effects.tests
blob: 3fb622ae4cc8c019b638d2ca303b50c3a1980442 (plain)
1
2
3
4
5
unset a
cat <<EOF >/dev/null
${a=NO}
EOF
echo $a BUG