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

add 'dirname $0' as first PATH entry

[[Imported from SVN: r5162]]
parent f2da09b3
Branches
Tags
No related merge requests found
......@@ -18,7 +18,7 @@ name=`grep '^Module:' dune.module | cut -d ':' -f 2 | sed -e 's/ //g'`
rm -f dune-all.m4
# add current dir to PATH
PATH=$PATH:`dirname $0`/bin
PATH=`dirname $0`:$PATH
for OPT in "$@"; do
set +e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment