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

Re: [PATCH] Allow == as synonym for = in test

2011-03-07 Thread Dan Muresan
/majordomo-info.html -- Dan Muresan http://alumnus.caltech.edu/~muresan/ -- 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 http://vger.kernel.org/majordomo-info.html

dash set -e breaks trap INT

2010-11-10 Thread Dan Muresan
Hi, I've submitted a bug regarding trap + set -e on Ubuntu Launchpad [1], but that's probably not the best place to talk about the issue. I'm using dash 0.5.5.1-3ubuntu2 from Ubuntu Lucid on an x86 machine. With set -e, only the first command in an INT trap handler gets executed -- UNLESS that