nt9856x/BSP/busybox/shell/ash_test/ash-heredoc/heredoc_empty.tests
2023-03-28 15:07:53 +08:00

9 lines
50 B
Plaintext
Executable File

unset a
cat <<- $a
OK
$a
cat <<- ""
OK
echo OK