Re: Problem with r255775 include/mk-osreldate.sh

2013-09-25 Thread Doug Ambrisko
On Wed, Sep 25, 2013 at 12:16:47PM -0600, Ian Lepore wrote: | On Wed, 2013-09-25 at 10:52 -0700, Doug Ambrisko wrote: | > I don't know if others have run into this but I hit a problem with | > include/mk-osreldate.sh. It does a set -e to exit on commands failing | > and sources in sys/conf/newvers

Re: Problem with r255775 include/mk-osreldate.sh

2013-09-25 Thread Ian Lepore
On Wed, 2013-09-25 at 10:52 -0700, Doug Ambrisko wrote: > I don't know if others have run into this but I hit a problem with > include/mk-osreldate.sh. It does a set -e to exit on commands failing > and sources in sys/conf/newvers.sh to get various things set. > In newvers.sh it does a bunch of >

Problem with r255775 include/mk-osreldate.sh

2013-09-25 Thread Doug Ambrisko
I don't know if others have run into this but I hit a problem with include/mk-osreldate.sh. It does a set -e to exit on commands failing and sources in sys/conf/newvers.sh to get various things set. In newvers.sh it does a bunch of if [ $? -eq 0 ]; then to decide what to do when i