mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
tests/indent.sh: do not check 3rdparty directory
This commit is contained in:
@@ -13,7 +13,7 @@ case $# in
|
||||
;;
|
||||
esac
|
||||
|
||||
find "$source_dir" -name "*.c" -o -name "*.h" | while read f; do
|
||||
find "$source_dir" -name "*.c" -o -name "*.h" \! -path "$source_dir/3rdparty/*" | while read f; do
|
||||
case $f in
|
||||
${source_dir}/*/CMakeFiles/*)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user