Sign in
coral
/
busybox
/
0356607264b8e1476d98a81667488ba1d6295d23
/
.
/
shell
/
ash_test
/
ash-heredoc
/
heredoc_side_effects.tests
blob: 3fb622ae4cc8c019b638d2ca303b50c3a1980442 [
file
] [
log
] [
blame
]
unset a
cat
<<
EOF
>
/dev/
null
$
{
a
=
NO
}
EOF
echo $a BUG