From fbf5b25e9e3fdef64d75532b2d70fa5eb041cd09 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 8 Oct 2014 00:32:40 +0200 Subject: reproducible: improve output --- bin/reproducible_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/reproducible_setup.sh b/bin/reproducible_setup.sh index 70c02fe7..4d112fe4 100755 --- a/bin/reproducible_setup.sh +++ b/bin/reproducible_setup.sh @@ -90,6 +90,7 @@ echo dpkg -l echo for i in \$(dpkg -l |grep ^ii |awk -F' ' '{print \$2}'); do apt-cache madison "\$i" | head -1 | grep reproducible.alioth.debian.org || true ; done +echo EOF # # actually setup pbuilder -- cgit v1.2.3-54-g00ecf