Fix up shell errors in generate_debian-edu_task

This commit is contained in:
Steve McIntyre 2018-07-31 01:24:32 +01:00
parent 29b3203512
commit adb7d349b8
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
set -e
$apt = $BASEDIR/tools/apt-selection
APT=$BASEDIR/tools/apt-selection
# include all the education packages except education-development
$apt list 'education-*' 2>/dev/null | cut -d '/' -f1 | grep -v education-development > $1
$APT list 'education-*' 2>/dev/null | cut -d '/' -f1 | grep -v education-development > $1