mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 05:24:22 +02:00
Adjust scripting quotations
This commit is contained in:
parent
401733d092
commit
1a8912c9c2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue