Skip to content
Snippets Groups Projects
Commit df1c0b4d authored by Christian Engwer's avatar Christian Engwer
Browse files

[dunecontrol]

replay FOUNDMODULES when calling find_modules_in_path a second time

[[Imported from SVN: r6841]]
parent 7132065b
No related branches found
No related tags found
No related merge requests found
...@@ -221,6 +221,8 @@ EOFM ...@@ -221,6 +221,8 @@ EOFM
EOF EOF
export MODULES="$LOCALMODULES$INSTMODULES" export MODULES="$LOCALMODULES$INSTMODULES"
export FOUND_MODULES="$MODULES" export FOUND_MODULES="$MODULES"
else
export MODULES="$FOUND_MODULES"
fi fi
} }
......
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