summaryrefslogtreecommitdiffstats
path: root/rtems-release-notes
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-04-06 11:02:24 +1000
committerChris Johns <chrisj@rtems.org>2017-04-06 11:02:24 +1000
commitead5f49d8ca253c7ef7d84f048ce9a5bdee9f321 (patch)
tree74bd4f2fce63aa62336a81575a14fefcb3bb0ee0 /rtems-release-notes
parentChange the name of the examples-v2 package to rtems-examples-v2. (diff)
downloadrtems-release-ead5f49d8ca253c7ef7d84f048ce9a5bdee9f321.tar.bz2
Add a release-path to the RSB VERSION file. Add better defaults support.
Diffstat (limited to 'rtems-release-notes')
-rwxr-xr-xrtems-release-notes4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtems-release-notes b/rtems-release-notes
index 25f3993..3dee8f7 100755
--- a/rtems-release-notes
+++ b/rtems-release-notes
@@ -35,9 +35,9 @@
echo "RTEMS Release Notes builder, v0.1"
#
-# Stop on any error
+# Defaults.
#
-set -e
+. ${release_top}/rtems-release-defaults
#
# Only build if wkhtmltopdf is present on the system.