From 6b3ff6b7f57b9478104730cd150a5a23d22b55b0 Mon Sep 17 00:00:00 2001 From: josch Date: Mon, 3 Nov 2014 20:35:39 +0100 Subject: [PATCH] tests/indent.sh: do not check 3rdparty directory --- tests/indent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/indent.sh b/tests/indent.sh index 85bc68f..2cc6919 100755 --- a/tests/indent.sh +++ b/tests/indent.sh @@ -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/*) ;;