script correction

This commit is contained in:
Robin Müller 2021-06-21 17:05:20 +02:00 committed by Robin Mueller
parent 257a1611d0
commit c141bf4794
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ fi
build_generator="Unix Makefiles"
os_fsfw="linux"
builddir="build-Debug-Linux"
builddir="build-Debug-Host"
echo "Running command (without the leading +):"
set -x # Print command

View File

@ -16,7 +16,7 @@ fi
build_generator="Unix Makefiles"
os_fsfw="linux"
builddir="build-Release-Linux"
builddir="build-Release-Host"
echo "Running command (without the leading +):"
set -x # Print command