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

Do not ask for a module name. simply use the project name as this allowed now.

[[Imported from SVN: r4613]]
parent 043e486f
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,8 @@ while [ "$DATACORRECT" != "y" -a "$DATACORRECT" != "Y" ]; do
while [ -z $PROJECT ]; do
read -p "New Project name?(a directory with this name will be created, eg: dune-grid): " PROJECT
done
MODULE=""
while [ -z $MODULE ]; do
read -p "Name of the module? (to be used in dune.module file, eg:dune_grid (only alphanumeric character)): " MODULE
done
MODULE="$PROJECT"
# Read the modules find part
. $(cd $(dirname $(readlink --canonicalize $0)); pwd)/dunemodules.inc
find_modules .
......
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