mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
use $\(\) instead of ``
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# Helper to run clang-tidy to perform some additional checks.
|
# Helper to run clang-tidy to perform some additional checks.
|
||||||
|
|
||||||
FILES=`find lib -name '*.c'`
|
FILES=$(find lib -name '*.c')
|
||||||
INCLUDES="-Iinclude -Ilib `pkg-config fuse3 --cflags` `pkg-config libwebsockets --cflags`"
|
INCLUDES="-Iinclude -Ilib $(pkg-config fuse3 --cflags) $(pkg-config libwebsockets --cflags)"
|
||||||
|
|
||||||
clang-tidy -header-filter='.*' ${FILES} -- ${INCLUDES}
|
clang-tidy -header-filter='.*' ${FILES} -- ${INCLUDES}
|
||||||
|
|||||||
Reference in New Issue
Block a user