prevent replacement of * in student submission files..

This commit is contained in:
Ralf Teusner
2017-05-14 23:10:33 +02:00
parent ca35911bef
commit f1dc908e63
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#file_info format: <path/to/file/><file_name>=<id> (src/frog.java=34)
#file_path format: <path/to/file/><file_name>
GLOBIGNORE="*"
project_root="${1%/}"
declare -a file_array

View File

@ -9,6 +9,7 @@
#file_info format: <path/to/file/><file_name>=<id> (src/frog.java=34)
#file_path format: <path/to/file/><file_name>
GLOBIGNORE="*"
project_root="${1%/}"