Adjust scripting quotations

This commit is contained in:
project-repo 2023-02-14 20:21:51 +01:00
commit 1a8912c9c2

View file

@ -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