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

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

Fixes flyspray issue 1418, see https://dune-project.org/flyspray/index.php?do=details&task_id=1418


(cherry picked from commit aae35424)

Signed-off-by: default avatarMarkus Blatt <markus@dr-blatt.de>
parent 56a9a73c
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