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

add dune-common/bin to /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games variable (fixes #341)

[[Imported from SVN: r5054]]
parent ea45dba7
Branches
Tags
No related merge requests found
......@@ -11,6 +11,9 @@ usage () {
echo " -h, --help you already found this :-)"
}
# add current dir to PATH
PATH=$PATH:`dirname $0`/bin
for OPT in "$@"; do
set +e
# stolen from configure...
......@@ -41,6 +44,7 @@ for OPT in "$@"; do
if test -d "$OPT/am"; then
am_dir="$OPT/am"
fi
PATH=$PATH:$OPT/bin
;;
esac
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment