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

Fixed bugs found by Klaus Schneider. Thanks a lot!

[[Imported from SVN: r4703]]
parent 7bc4481d
Branches
Tags
No related merge requests found
......@@ -20,7 +20,7 @@ canonicalizepath(){
for i in `echo $searchpath | sed -e 's/:/ /g'`; do
if test -e "$i/$prog" ; then
canonicalpath="$i"
break
return
fi
done
echo "Error: no canonical path found"
......@@ -43,7 +43,7 @@ while [ "$DATACORRECT" != "y" -a "$DATACORRECT" != "Y" ]; do
# Read the modules find part
canonicalizepath $0
. $(cd $canonicalpath); pwd)/dunemodules.inc
. $(cd $canonicalpath; pwd)/dunemodules.inc
if [ "$MODULES" = "" ]; then
find_modules .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment