summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/yelp-check.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/tools/yelp-check.in b/tools/yelp-check.in
index 05de8fc..ef2fe48 100755
--- a/tools/yelp-check.in
+++ b/tools/yelp-check.in
@@ -735,13 +735,12 @@ yelp_license () {
fi
check_db=
check_page=yelp_license_page
- yelp_check_iter_args $@ || exit 1 | \
- if [ "x$check_totals" = "x1" ]; then
+ if [ "x$check_totals" = "x1" ]; then
+ yelp_check_iter_args $@ | \
sort | uniq -c | sed -e 's/^ *//' | awk '{print $2 ": " $1}'
- else
- sort
- fi
- exit $yelp_check_retval
+ else
+ yelp_check_iter_args $@ | sort
+ fi
}
yelp_status () {