Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
abf755615e5f20c3bbe7534fa29c72fd684ea616
/
.
/
shell
/
ash_test
/
ash-heredoc
/
heredoc_empty.tests
blob: 3629bc6d1b383c4e9a6f85b91429fd465b94d914 [
file
] [
log
] [
blame
]
Denys Vlasenko
a732898
2017-07-29 19:57:28 +0200
[
diff
] [
blame
]
1
unset a
2
cat
<<-
$a
3
OK
4
$a
5
cat
<<-
""
6
OK
7
8
echo OK