Re: dash bug

2018-04-19 Thread sylvain . bertrand
On Thu, Apr 19, 2018 at 06:22:19PM +0800, Herbert Xu wrote: > sylvain.bertr...@gmail.com wrote: > > Hi, > > > > after commit:ab1cecb4047864afb247a6ed691e7f59ce716f2c > > the following script snippet won't work anymore (extracted from libtool) > > > > test.sh: > > --- > > #!/bin/sh > >

dash bug

2018-04-14 Thread sylvain . bertrand
Hi, after commit:ab1cecb4047864afb247a6ed691e7f59ce716f2c the following script snippet won't work anymore (extracted from libtool) test.sh: --- #!/bin/sh : ${SHELL="${CONFIG_SHELL-/bin/sh}"} --- dash will output the following error: ./test.sh: Syntax error: Unterminated quoted

POSIX compliant trap signal names

2014-10-30 Thread Sylvain Bertrand
Hit the issue while compiling linux 3.16.3 with dash, ${linux-src}/scripts/link-vmlinux.sh line 114 . The signal names for trap built-in must be prefixed with SIG to be POSIX compliant. dash expect trap signal names without a SIG prefix. regards, -- Sylvain BERTRAND -- To unsubscribe from

RE: POSIX trap signal names

2014-10-30 Thread Sylvain Bertrand
ooops! Double checked. I was wrong. It's *without* the SIG prefix. With the SIG prefix, it's an extension. sorry, -- Sylain BERTRAND -- To unsubscribe from this list: send the line unsubscribe dash in the body of a message to majord...@vger.kernel.org More majordomo info at