forked from organicmaps/organicmaps
[linux] Fixed build script error
This commit is contained in:
parent
88d718039b
commit
593552183c
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ if [[ $1 == "--generate" || $1 == "--continue" || $1 == "--full" ]]; then
|
|||
extension="${filename##*.}"
|
||||
filename="${filename%.*.*}"
|
||||
$GENERATOR_TOOL $PARAMS_WITH_SEARCH -output="$filename" &
|
||||
forky $PROCESSORS
|
||||
forky
|
||||
done
|
||||
|
||||
wait
|
||||
|
|
Loading…
Add table
Reference in a new issue