forked from ungleich-public/cdist
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:
parent
36f0e502d2
commit
20b50ea19f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ set -x
|
||||||
# Tell the user what we do, so this script makes sense during execution
|
# Tell the user what we do, so this script makes sense during execution
|
||||||
|
|
||||||
# prepare use (only from top level directory)
|
# 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"
|
export __cdist_conf_dir="$(pwd -P)/conf"
|
||||||
|
|
||||||
# Allow user to supply hostname
|
# Allow user to supply hostname
|
||||||
|
|
Loading…
Reference in a new issue