Skip to content
Snippets Groups Projects
Commit 04f636af authored by Andreas Dedner's avatar Andreas Dedner
Browse files

add dunecontrol path to start of path var

[[Imported from SVN: r5106]]
parent 17334abb
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ usage () {
}
# add current dir to PATH
PATH=$PATH:`dirname $0`/bin
PATH=`dirname $0`/bin:$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