From 401733d092558ebd2d298177ac99328dbad79e64 Mon Sep 17 00:00:00 2001 From: project-repo Date: Tue, 14 Feb 2023 20:21:09 +0100 Subject: [PATCH] Improve quotation of test script --- test/scan-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/scan-build b/test/scan-build index 7dd468f..d5f3201 100644 --- a/test/scan-build +++ b/test/scan-build @@ -2,10 +2,10 @@ RESULT=0 -cd $MESONCURRENTCONFIGDIR +cd "${MESONCURRENTCONFIGDIR}" rm -rf test/test-scan-build meson setup test/test-scan-build -Dxwayland=true -Dman-pages=true --buildtype=release || RESULT=1 SCANBUILD="$(pwd)/test/testing-configurations/my-scan-build" ninja -C test/test-scan-build scan-build || RESULT=1 rm -rf test/test-scan-build -exit $RESULT +exit "${RESULT}"