summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-09-09 13:05:26 +0200
committerHolger Levsen <holger@layer-acht.org>2017-09-09 13:05:26 +0200
commit97bb6c7ac94997603ca01cc3e345f7630cfd44d3 (patch)
tree8fd733cfcdd22408b1fd55ced9aa9f87a162d42a /bin/chroot-installation.sh
parentfdc5ca4a37257e1af78325a5cf80f8cd1255bd73 (diff)
downloadjenkins.debian.net-97bb6c7ac94997603ca01cc3e345f7630cfd44d3.tar.xz
chroot-installs: fix syntax error
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 676b4f67..4f0305b9 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -258,7 +258,7 @@ if [ "$2" != "" ] ; then
;;
esac
;;
- education-lang-(da|he|ja|no|zh-tw)) install_packages "Debian Edu task" $2 $2-desktop
+ education-lang-da|education-lang-he|education-lang-ja|education-lang-no|education-lang-zh-tw) install_packages "Debian Edu task" $2 $2-desktop
;;
education-lang-*) install_packages "Debian Edu task" $2
;;