[linux] Fixed build script error

This commit is contained in:
MapsWithMe OSM User 2013-03-19 10:33:49 +01:00 committed by Alex Zolotarev
parent 88d718039b
commit 593552183c

View file

@ -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