fix install script
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2022-08-02 20:12:25 +02:00
parent 9911f58424
commit 89c9911be6
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -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 ..