From 8173bcbcc3a05333979b0da0a765b4dedde7448e Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 13 Mar 2019 03:54:58 -0400 Subject: Don't let libopkbuild errors cause exit with -e --- (limited to 'lib/changelog.sh') diff --git a/lib/changelog.sh b/lib/changelog.sh index 3216f94..83f4ca1 100644 --- a/lib/changelog.sh +++ b/lib/changelog.sh @@ -151,10 +151,8 @@ ob_parse_changelog() elif [ -n "${source}" ]; then "${entry_cb}" "${source}" "${version}" \ "${distribution}" "${changes}" \ - "${maintainer}" "${date}" - if [ ${?} -ne 0 ]; then + "${maintainer}" "${date}" || \ return 0 - fi fi expect='next_or_eof' blank_lines='' -- cgit v0.9.1