fix profile path for build-set

This commit is contained in:
udeved 2014-12-10 04:14:53 +01:00
parent 93f2bdd3a7
commit 644087fba7

View file

@ -192,7 +192,7 @@ load_config(){
if [[ -n ${profiledir} ]];then
profiledir=${profiledir}
else
profiledir="$1/sets"
profiledir="$(dirname $1)/sets"
fi
if [[ -n ${profile} ]];then