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

[dunecontrol]

bug fix in dunecontrol export

[[Imported from SVN: r6459]]
parent f87466e9
No related branches found
No related tags found
No related merge requests found
......@@ -664,8 +664,8 @@ case "$command" in
for mod in $MODULES; do
path=$(eval echo \$PATH_$mod)
name=$(eval echo \$NAME_$mod)
if test -f $p/dune.module; then
export DUNE_CONTROL_PATH="$DUNE_CONTROL_PATH:$p/dune.module"
if test -f "$path/dune.module"; then
export DUNE_CONTROL_PATH="$DUNE_CONTROL_PATH:$path/dune.module"
else
if test -f "$path/lib/dunecontrol/$name/dune.module"; then
export DUNE_CONTROL_PATH="$DUNE_CONTROL_PATH:$path/lib/dunecontrol/$name/dune.module"
......
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