summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-04 10:43:47 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-04 10:43:47 +0200
commit1220a04f920d1659ee70aeb0cc37db25dbfaff9b (patch)
tree4c633856f269e2227e370cdd9560e476f38f342c /bin
parentf8ed7a96d7e0015e7db0a78a6a8e62d4b49e1386 (diff)
downloadjenkins.debian.net-1220a04f920d1659ee70aeb0cc37db25dbfaff9b.tar.xz
reproducible: fix typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup.sh b/bin/reproducible_setup.sh
index 4497e50f..1a55f28e 100755
--- a/bin/reproducible_setup.sh
+++ b/bin/reproducible_setup.sh
@@ -43,7 +43,7 @@ apt-get install -y dpkg dpkg-dev debhelper dh-python discount
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
+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
EOF
sudo rm /var/cache/pbuilder/base-reproducible.tgz || true