dash has a broken builtin echo command and they are not interested in
fix it. I think busybox ash fixed the problem.

dash> echo '\tshit'
    shit
ash> echo '\tshit'
\tshit

On Mon, Jun 24, 2013 at 11:32 PM, Christian Neukirchen
<chneukirc...@gmail.com> wrote:
> Markus Teich <markus.te...@stusta.mhn.de> writes:
>
>> What is your opinion on a shell for sbase?
>
> I had a look at dash, which is sh-compatible and fairly small, and the
> code did not look half as bad as I expected it to be.
>
> --
> Christian Neukirchen  <chneukirc...@gmail.com>  http://chneukirchen.org
>
>

Reply via email to