Single process fix

coverity_clang_test
ζeh Matt 2 years ago
parent 62138630d2
commit 79ccd8720a
No known key found for this signature in database
GPG Key ID: 18CE582C71A225B0

@ -17,7 +17,7 @@ check_format() {
find "$path" -type f -name "*" | while read item;
do
if [[ "$item" =~ .*\.(cpp|hpp|h) ]]; then
check_format_file "$item" &
check_format_file "$item"
fi;
done;
}

Loading…
Cancel
Save