]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Prevent the set -e from mk-osreldate.sh from propagating into newvers.sh.
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>
Sat, 28 Sep 2013 16:25:20 +0000 (16:25 +0000)
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>
Sat, 28 Sep 2013 16:25:20 +0000 (16:25 +0000)
commit36ddc86874ec5516731dad65e1a7014f0a727be7
treea9d6a31873950cd026cac9a27966e9d020018daa
parentb49bf73f751656bdc3a923d546245ebc6d275573
Prevent the set -e from mk-osreldate.sh from propagating into newvers.sh.
This would cause detection of old versions of SVN to cause fatal errors
instead of being caught and handled, which would make the build fail if
the tree had been checked out with an older version of SVN (e.g. 1.6).

Discussed with: gjb
Approved by: re (marius)
include/mk-osreldate.sh