script correction

This commit is contained in:
Robin Müller 2021-06-21 17:05:20 +02:00
parent 89dc521e04
commit 9097438cc2
No known key found for this signature in database
GPG Key ID: FC76078F520434A5
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