Re: 'continue' does not work in files sourced with dotcmd

2011-07-10 Thread Jilles Tjoelker
On Sat, Jul 09, 2011 at 10:07:30PM +0800, Herbert Xu wrote: On Sat, Jul 09, 2011 at 03:07:04PM +0200, Jilles Tjoelker wrote: A fix for dash is below. The dash code is broken in a different way than the FreeBSD sh code was, but the patched code is pretty much the same. This makes the above

'continue' does not work in files sourced with dotcmd

2011-02-26 Thread Taylan Ulrich B.
Using latest dash from git. Transcript: $ echo continue foo $ for i in 1; do . ./foo; echo foobar; done foobar $ By the way you guys should look into the Debian bugtracker for their dash package, if you don't already; most of the bugs there are probably upstream. Dash is awesome. Regards,