summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-09-24 13:38:41 +0200
committerHolger Levsen <holger@layer-acht.org>2016-09-24 13:38:41 +0200
commite1bc15e199c1501db130b6d6b5cbfd6a3483608a (patch)
treea1f598916cf7afd6a6c4d877e3c1f76a723dedda /update_jdn.sh
parent919f8b73a8215e08b6a60bfc8393ecdfd8cd3ac4 (diff)
downloadjenkins.debian.net-e1bc15e199c1501db130b6d6b5cbfd6a3483608a.tar.xz
fixup syntax error introduced in ef3ee38aa
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 5adb6d46..8b3e57a0 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -297,7 +297,9 @@ if [ -f /etc/debian_version ] ; then
unzip
util-linux
zlib1g-dev"
- ;;
+ ;;
+ *) ;;
+ esac
# needed to run fdroid jobs
case $HOSTNAME in
profitbricks-build7-amd64) DEBS="$DEBS
@@ -307,7 +309,7 @@ if [ -f /etc/debian_version ] ; then
vagrant
vagrant-mutate
vagrant-libvirt"
- ;;
+ ;;
*) ;;
esac
# cucumber dependencies (for lvc jobs)