Fix blend

This commit is contained in:
Filip Gralinski 2019-10-19 20:32:34 +02:00
parent 8716059910
commit 9a425e827d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ PREFIX=djfz-2019
cd ..
STUDENT_DIR=`ls -d ${PREFIX}-s*`
STUDENT_DIR=`ls -d ${PREFIX}-s??????`
echo "USING $STUDENT_DIR"