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

fix last patch

[[Imported from SVN: r5541]]
parent cbde3322
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,12 @@ CONTROL="dune.module"
###
if test -z $DUNE_CONTROL_PATH; then
DUNE_CONTROL_PATH=.:/usr/local/lib/dunecontrol/:/usr/lib/dunecontrol/
DUNE_CONTROL_PATH=.
for i in /usr/local/lib/dunecontrol/ /usr/lib/dunecontrol/; do
if test -d $i; then
DUNE_CONTROL_PATH=$DUNE_CONTROL_PATH:$i
fi
done
fi
if test -z $GREP; then
GREP=grep
......
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