Skip to content
Snippets Groups Projects
Commit aae35424 authored by Markus Blatt's avatar Markus Blatt
Browse files

[bugfix,duneproject] Correctly quote maintainers to allow spaces.

parent 82609fbc
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ while [ "$DATACORRECT" != "y" -a "$DATACORRECT" != "Y" ]; do
while [ -z $VERSION ]; do
read -p "3) Project/Module version? " VERSION
done
while [ -z $MAINTAINER ]; do
while [ -z "$MAINTAINER" ]; do
read -p "4) Maintainers email address? " MAINTAINER
done
......
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