Sign in
coral
/
busybox
/
100fa20c68564311cef8f625bcb1b423e96c97d6
/
.
/
shell
/
ash_test
/
ash-heredoc
/
heredoc_var_expand1.tests
blob: 3b00bab7bd664eceb2a67bd57e3240547688e371 [
file
] [
log
] [
blame
]
x
=
'*'
cat
<<-
EOF
$
{
x
#'*'}
EOF
echo
Ok1
:
$
?
cat
<<
EOF
$
{
x
#'*'}
EOF
echo
Ok2
:
$
?