aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-01-23 10:37:57 +0000
committerSimon McVittie <smcv@debian.org>2018-01-29 22:35:29 +0000
commitefcbeaa09a2cd7f1f5ca8a13da457400f8fa401d (patch)
tree59a15a1ccf72bd63cfbcaed912284090d678c729 /CHANGELOG
parent3aacac3b46ba79e5e77fcd99f99f94f182283f72 (diff)
downloadikiwiki-efcbeaa09a2cd7f1f5ca8a13da457400f8fa401d.tar
ikiwiki-efcbeaa09a2cd7f1f5ca8a13da457400f8fa401d.tar.gz
build: Use if/then instead of `||` so that the `-e` flag works
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bb773ad14..69721498f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,7 @@ ikiwiki (3.20180106) UNRELEASED; urgency=medium
Discount >= 2.2.0 (Closes: #888055)
* build: `set -e` before each `for` loop, so that errors are reliably
trapped
+ * build: Use if/then instead of `||` so that the `-e` flag works
-- Simon McVittie <smcv@debian.org> Mon, 08 Jan 2018 10:51:10 +0000