Skip to content
Snippets Groups Projects
Commit 5ba5f80b authored by Martin Nolte's avatar Martin Nolte
Browse files

bugfix: dependencies could not be specified on second try

[[Imported from SVN: r5688]]
parent ff8568fb
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ while [ "$DATACORRECT" != "y" -a "$DATACORRECT" != "Y" ]; do
done
MODULE="$PROJECT"
DEP_OK=1
DEPOK=1
while [ "$DEPOK" != 0 ]; do
echo "2) Which modules should this module depend on?"
......
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