diff options
-rwxr-xr-x | bin/reproducible_setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |