From 951594f792afe757ee299d2f74546c14e02802a4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 11 Mar 2015 21:36:48 +0100 Subject: reproducible: include suite in output --- bin/reproducible_blacklist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_blacklist.sh') diff --git a/bin/reproducible_blacklist.sh b/bin/reproducible_blacklist.sh index 4eb93e62..2c02a1f0 100755 --- a/bin/reproducible_blacklist.sh +++ b/bin/reproducible_blacklist.sh @@ -44,7 +44,7 @@ shift CANDIDATES="$@" check_candidates PACKAGES=$(echo $PACKAGES) -MESSAGE="$TOTAL package(s) blacklisted: ${PACKAGES}" +MESSAGE="$TOTAL package(s) blacklisted in $SUITE: ${PACKAGES}" if [ $TOTAL -lt 1 ] ; then exit 1 fi -- cgit v1.2.3-54-g00ecf