From 1a8912c9c2f2e74929ec2c6551691ae5bb7ec805 Mon Sep 17 00:00:00 2001 From: project-repo Date: Tue, 14 Feb 2023 20:21:51 +0100 Subject: [PATCH] Adjust scripting quotations --- test/clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/clang-format b/test/clang-format index f37b545..bd3a7ae 100644 --- a/test/clang-format +++ b/test/clang-format @@ -8,12 +8,12 @@ RESULT=0 set -x -echo $MESONCURRENTCONFIGDIR +echo "${MESONCURRENTCONFIGDIR}" for file in ${deps} do echo "${file}" - if $(clang-format -Werror --dry-run "$MESONCURRENTCONFIGDIR/${file}") + if $(clang-format -Werror --dry-run "${MESONCURRENTCONFIGDIR}/${file}") then echo " [x] clang-format" else