From 593552183c1d578d9491c46949960588bfa95486 Mon Sep 17 00:00:00 2001 From: MapsWithMe OSM User Date: Tue, 19 Mar 2013 10:33:49 +0100 Subject: [PATCH] [linux] Fixed build script error --- tools/unix/planet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/unix/planet.sh b/tools/unix/planet.sh index 3ed67539ef..ff8a0817bc 100755 --- a/tools/unix/planet.sh +++ b/tools/unix/planet.sh @@ -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