summaryrefslogtreecommitdiffstats
path: root/lib/changelog.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/changelog.sh')
-rw-r--r--lib/changelog.sh4
1 files changed, 1 insertions, 3 deletions
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=''