Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florian Fischer
emper
Commits
89dd8fae
Commit
89dd8fae
authored
Apr 04, 2022
by
Florian Schmaus
Browse files
[run-clang-tidy] Correctly quote RUN_CLANG_TIDY_CANDIDATES
parent
d2d289c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/run-clang-tidy
View file @
89dd8fae
...
...
@@ -24,7 +24,7 @@ RUN_CLANG_TIDY_CANDIDATES=(
/usr/share/clang/run-clang-tidy.py
)
for
candidate
in
${
RUN_CLANG_TIDY_CANDIDATES
[@]
}
;
do
for
candidate
in
"
${
RUN_CLANG_TIDY_CANDIDATES
[@]
}
"
;
do
if
!
command
-v
"
${
candidate
}
"
;
then
continue
;
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment