From efd599936a99bf76e565ca7cb23564497f430909 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Sun, 14 Apr 2019 12:33:11 +0200 Subject: [PATCH] Fix blend --- blend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blend.sh b/blend.sh index b0cdf6e..908560b 100755 --- a/blend.sh +++ b/blend.sh @@ -4,7 +4,7 @@ cd .. -STUDENT_DIR=`ls -d ${PREFIX}-s*` +STUDENT_DIR=`ls -d ${PREFIX}-s??????` echo "USING $STUDENT_DIR"