summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_create_meta_pkg_sets.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-04-03 11:43:18 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-03 11:43:18 +0200
commit607ff3dd99be95dd3a36c6e4b620a3932db0b3aa (patch)
tree26cf4ad05449cbd94b9b8172737c6337e6fb2f51 /bin/reproducible_create_meta_pkg_sets.sh
parent81d6bcd82c264dc370531e5dc024422cc7625e2f (diff)
downloadjenkins.debian.net-607ff3dd99be95dd3a36c6e4b620a3932db0b3aa.tar.xz
reproducible: improve error message
Diffstat (limited to 'bin/reproducible_create_meta_pkg_sets.sh')
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index 4e964e40..997a5d07 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -56,7 +56,7 @@ update_if_similar() {
echo diff $TARGET $TARGET.new
diff $TARGET $TARGET.new || true
echo
- echo "Too much difference, aborting. Please investigate and update manually."
+ echo "Too much difference for $TARGET, aborting. Please investigate and update manually."
exit 1
fi
fi