Martijn Dekker <mart...@inlv.org> wrote:
> Another bug introduced by 3cd5386, and not fixed in current git.
> String length expansion ${#v} aborts string processing.
> 
> $ ./dash -c 'v=abc; echo ab${#v}cd'
> ab3
> 
> Expected output: ab3cd

This should be fixed by

        https://patchwork.kernel.org/patch/10688471/

I will push it out soon.

Thanks,
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Reply via email to