summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-16 17:07:57 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-16 17:07:57 +0200
commitdf396f18f7f83191667f7235034163dc76de6cde (patch)
tree2c952b56fdb393fb2f1b8f989842fcc1e2d1331d /bin
parentad91f92fda3fb7f4b39d5c90337688bfa8f1e6bc (diff)
downloadjenkins.debian.net-df396f18f7f83191667f7235034163dc76de6cde.tar.xz
fix typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build_arch_pkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh
index 12763d49..48da4ab4 100755
--- a/bin/reproducible_build_arch_pkg.sh
+++ b/bin/reproducible_build_arch_pkg.sh
@@ -13,7 +13,7 @@ cleanup_all() {
cd
rm $TMPDIR -r
echo "$(date -u) - $TMPDIR deleted."
- if [ "$MODE" != "master" ] ;
+ if [ "$MODE" != "master" ] ; then
schroot --end-session -c arch-$SRCPACKAGE
fi
}