Re: shift fatal error

2011-03-15 Thread Jilles Tjoelker
On Thu, Mar 10, 2011 at 08:23:33PM +0100, Guido Berhoerster wrote: * Dan Muresan danm...@gmail.com [2011-03-10 19:41]: Hi, is there some consensus on whether shift should cause a fatal error as reported by Herbert against bash: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=252378

shift fatal error

2011-03-10 Thread Dan Muresan
Hi, is there some consensus on whether shift should cause a fatal error as reported by Herbert against bash: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=252378 # doesn't print anything dash -c 'shift 2; echo hi' My copy of SUSv3 doesn't seem to imply any fatal error handling requirement