On Mon, Nov 29, 1999 at 10:29:13AM -0800, Rahul Jain wrote: > > I'm quite happy to produce a patch that makes it work under both > > FreeBSD's sh and bash - I would assume this would work under most sh > > like shells. > Please post the changes for FreeBSD and I will test the changes on > other unix's and do the integration.
I sat down to do this today and found that it can be trivially fixed by changing all the "exit -1" instances to "exit 1" - it seems the /bin/sh with FreeBSD doesn't like negative result codes. It seems a bit pointless to submit a patch for this, so can someone with CVS access change this please? J. -- Programmer, | Death is a nonmaskable interrupt. | Tel/SMS (Orange): student and | | +44-7974-678646 BHMF. | | Made by HuggieTag
