prepend new path, so running HACKERS_README in biased environment works

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-08 12:18:26 +01:00
parent 36f0e502d2
commit 20b50ea19f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ set -x
# Tell the user what we do, so this script makes sense during execution
# prepare use (only from top level directory)
export PATH="$PATH:$(pwd -P)/bin"
export PATH="$(pwd -P)/bin:$PATH"
export __cdist_conf_dir="$(pwd -P)/conf"
# Allow user to supply hostname