84ba50c32f
Bash doesn't expand its $'...' construct in double quotes: $ echo "$'a\tb'" $'a\tb' Change BusyBox ash to do the same. This also fixes a problem with here documents where BusyBox ash gave an incorrect result for: $ cat <<EOF > '$' > EOF '$' Reported-by: Timo Teras <timo.teras@iki.fi> Signed-off-by: Ron Yorston <rmy@pobox.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |
||
---|---|---|
.. | ||
ash-alias | ||
ash-arith | ||
ash-glob | ||
ash-heredoc | ||
ash-invert | ||
ash-misc | ||
ash-quoting | ||
ash-read | ||
ash-redir | ||
ash-signals | ||
ash-standalone | ||
ash-vars | ||
.gitignore | ||
printenv.c | ||
recho.c | ||
run-all | ||
zecho.c |