mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-28 22:11:34 +00:00
Single process fix
This commit is contained in:
parent
62138630d2
commit
79ccd8720a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ check_format() {
|
||||||
find "$path" -type f -name "*" | while read item;
|
find "$path" -type f -name "*" | while read item;
|
||||||
do
|
do
|
||||||
if [[ "$item" =~ .*\.(cpp|hpp|h) ]]; then
|
if [[ "$item" =~ .*\.(cpp|hpp|h) ]]; then
|
||||||
check_format_file "$item" &
|
check_format_file "$item"
|
||||||
fi;
|
fi;
|
||||||
done;
|
done;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue