diff options
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-x | update_jdn.sh | 6 |
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) |