From 1ea5cf50bccd1c5ae7707b524071dbb2623e9b4c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 26 Jul 2012 02:37:29 -0400 Subject: Print only the first changelog entry. This will eventually be configurable as in dpkg-parsechangelog. --- (limited to 'src/oh-parsechangelog.sh') diff --git a/src/oh-parsechangelog.sh b/src/oh-parsechangelog.sh index 86d8a8a..1b72ce3 100644 --- a/src/oh-parsechangelog.sh +++ b/src/oh-parsechangelog.sh @@ -30,7 +30,7 @@ main() { oh_changelog_parse changelog output - printf 'Parsed %d entries.\n' ${?} + return 0 } output() @@ -50,7 +50,8 @@ output() done <