From cf0072d274064a2f2682574655c3af272f2c3370 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 27 Aug 2022 15:57:42 -0700 Subject: [PATCH] apply-clang-format: add support for BSD find Found with shellcheck: SC2185: Some finds don't have a default path. Specify '.' explicitly. Signed-off-by: Rosen Penev --- expat/apply-clang-format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/apply-clang-format.sh b/expat/apply-clang-format.sh index ebc24c06..4b51ff7f 100755 --- a/expat/apply-clang-format.sh +++ b/expat/apply-clang-format.sh @@ -46,7 +46,7 @@ fi expand --tabs=2 --initial lib/siphash.h | sponge lib/siphash.h -find \ +find . \ -name '*.[ch]' \ -o -name '*.cpp' \ -o -name '*.cxx' \