diff --git a/scripts/install-obsw-yocto.sh b/scripts/install-obsw-yocto.sh index 059d7244..40bc5beb 100755 --- a/scripts/install-obsw-yocto.sh +++ b/scripts/install-obsw-yocto.sh @@ -27,7 +27,7 @@ if [ ! -z ${EIVE_OBSW_ROOT} ]; then cd ${EIVE_OBSW_ROOT} obsw_root=$(pwd) elif [ -d ${build_dir} ]; then - obsw_root=${build_dir} + obsw_root=$(pwd) : elif [ -d ../${build_dir} ]; then cd ..