Skip to content
Snippets Groups Projects
Commit cdcc787a authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Merge branch 'fix-prepare-build-dir' into 'master'

[tools] Fix "unbound variable" error in prepare-build-dir

See merge request flowpack/manycore/emper!19
parents 56ad5dc6 8f3b677e
No related branches found
No related tags found
No related merge requests found
Pipeline #170689 passed
......@@ -116,6 +116,6 @@ if grep -F "WARNING: Unknown options:" "${LOGFILE}"; then
exit 1
fi
if [[ ${GITLAB_CI} ]]; then
if [[ -v GITLAB_CI ]]; then
meson configure --no-pager "${ABSOLUTE_BUILDDIR}"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment