summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-08 10:33:49 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-08 10:33:49 +0200
commit82d69a49ab1a2f4b58e6998f47a42efe2a795863 (patch)
tree7f9b061d8305eb69a6080122a111eb223b980440 /bin/chroot-installation.sh
parent555168d19d8705e3ea353048e8c151921016b468 (diff)
downloadjenkins.debian.net-82d69a49ab1a2f4b58e6998f47a42efe2a795863.tar.xz
fix typo in 4d89c35fd: chroot-installation: also test eductation-lang-* metapackages
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 da4622f5..80e6b75a 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -266,7 +266,7 @@ if [ "$2" != "" ] ; then
;;
education-lang-se) install_packages "Debian Edu task" $2
;;
- education-lang-*) install_packages "Debian Edu task" $2 $2-desktop $-desktop-kde
+ education-lang-*) install_packages "Debian Edu task" $2 $2-desktop $2-desktop-kde
;;
education*) install_packages "Debian Edu task" $2
;;