index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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