From 9a425e827d37e8bd21b466f8795dc68c3e2dc661 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Sat, 19 Oct 2019 20:32:34 +0200 Subject: [PATCH] Fix blend --- blend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blend.sh b/blend.sh index 9e13cab..0a0fe42 100755 --- a/blend.sh +++ b/blend.sh @@ -4,7 +4,7 @@ PREFIX=djfz-2019 cd .. -STUDENT_DIR=`ls -d ${PREFIX}-s*` +STUDENT_DIR=`ls -d ${PREFIX}-s??????` echo "USING $STUDENT_DIR"