Skip to content
Snippets Groups Projects
Commit 3433521d authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[duneproject] Complain about dot in module name.

Cf. FS#1461.
parent dcaa5581
No related branches found
No related tags found
No related merge requests found
......@@ -192,6 +192,9 @@ while [ "$DATACORRECT" != "y" -a "$DATACORRECT" != "Y" ]; do
if test x$DELETE = xy -o x$DELETE = xY; then
PROJECT=""
fi
elif echo "$PROJECT" | grep -q "\."; then
echo "The Name contains a dot (.) which is not allowed."
PROJECT=""
fi
done
MODULE="$PROJECT"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment