summaryrefslogtreecommitdiffstats
path: root/bin/format_source_patch
diff options
context:
space:
mode:
Diffstat (limited to 'bin/format_source_patch')
-rwxr-xr-xbin/format_source_patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/format_source_patch b/bin/format_source_patch
index 8d6be01..439baf2 100755
--- a/bin/format_source_patch
+++ b/bin/format_source_patch
@@ -8,7 +8,7 @@
#
# (Remember to update both bin/format_source and bin/format_source_patch)
-find . -type d \( -path ./config \) -prune \
+find . \( -type d -path ./config -prune -and -not -path ./config \) \
-or \( \( \! \( \
-name H5LTanalyze.c \
-or -name H5LTparse.c \