On Sat, Feb 24, 2018 at 10:47:07AM +0100, Harald van Dijk wrote:
>
> It seems like the new control character doesn't get escaped in one place
> where it should be, and gets lost because of that:
>
> Unpatched:
>
> $ dash -c 'x=`printf \\\211X`; echo $x | cat -v'
> M-^IX
>
> Patched:
>
> $ src/dash -c 'x=`printf \\\211X`; echo $x | cat -v'
> X
Hmm, it works here. Can you check that your Makefile is up-to-date
and the generated syntax.c looks like this:
const char basesyntax[] = {
CEOF, CSPCL, CWORD, CCTL,
CCTL, CCTL, CCTL, CCTL,
CCTL, CCTL, CCTL, CCTL,
Cheers,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe dash" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html