summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-10 12:58:44 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-10 12:58:44 +0200
commit00ae28f2e8c659ba2848c1a12683bed483f31c08 (patch)
tree3ddea84e5899caa2a7a59d36f8f600b136cf1c4d /bin/reproducible_setup.sh
parentb384d6e450a789958000bcacd382cb895221faaa (diff)
downloadjenkins.debian.net-00ae28f2e8c659ba2848c1a12683bed483f31c08.tar.xz
reproducible: polishing various little things
Diffstat (limited to 'bin/reproducible_setup.sh')
-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 1ee7cbee..35d35989 100755
--- a/bin/reproducible_setup.sh
+++ b/bin/reproducible_setup.sh
@@ -35,7 +35,7 @@ EOF
# blacklist some packages
for PKG in linux cups zurl openclipart ; do
- RESULT=$(sqlite3 -init $INIT $PACKAGES_DB " SELECT name FROM source_packages WHERE status = 'blacklisted' AND name = '$PGK'")
+ RESULT=$(sqlite3 -init $INIT $PACKAGES_DB " SELECT name FROM source_packages WHERE status = 'blacklisted' AND name = '$PKG'")
if [ "$RESULT" = "" ] ; then
sqlite3 -init $INIT $PACKAGES_DB "REPLACE into source_packages VALUES ('$PKG','0','blacklisted',date('now'))"
fi