diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-10-04 13:20:00 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-10-04 13:20:00 +0200 |
commit | b95c47e217e53b421d5f11ab5c4959cd67b6c404 (patch) | |
tree | 1f82e092851680cdc1d7de7958ff973256a01705 | |
parent | 4d8dfa12768c22f137c236b6e47352afb869a4c8 (diff) | |
download | jenkins.debian.net-b95c47e217e53b421d5f11ab5c4959cd67b6c404.tar.xz |
fixup syntax error introduced in 4d8dfa127
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | update_jdn.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index de1f7654..1ee43455 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -388,8 +388,6 @@ if [ -f /etc/debian_version ] ; then ;; *) ;; esac - *) ;; - esac if [ "$HOSTNAME" = "jenkins-test-vm" ] ; then # for phil only DEBS="$DEBS postfix-pcre" |