mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-27 09:41:16 +00:00
Single process fix
This commit is contained in:
parent
62138630d2
commit
79ccd8720a
@ -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…
x
Reference in New Issue
Block a user