On Sun, Nov 30, 2008 at 11:11:53AM -0500, Nick Holland wrote: > need or want to use bash on OpenBSD. The only good reason I've > found to use bash on OpenBSD is to make it feel like some other OS,
Another reason I've found is the option "set -o pipefail", which is handy when you want the ERR trap to fire when any single command of a set of piped commands exits non-zero. (If there's a better way of doing things, I'd love to hear about it...) -- Jurjen Oskam Savage's Law of Expediency: You want it bad, you'll get it bad.