From 3262d2ccd38baefc2791897067241068073da1be Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 19 Jan 2016 03:16:14 -0500 Subject: [PATCH] [fix] arg count --- scripts/geodata/osm/fetch_osm_address_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geodata/osm/fetch_osm_address_data.sh b/scripts/geodata/osm/fetch_osm_address_data.sh index c337b60d..f5e9a5f0 100755 --- a/scripts/geodata/osm/fetch_osm_address_data.sh +++ b/scripts/geodata/osm/fetch_osm_address_data.sh @@ -9,7 +9,7 @@ for language detection and address parser training set construction. ' -if [ "$#" -gte 1 ]; then +if [ "$#" -ge 1 ]; then OUT_DIR=$1 else OUT_DIR=`pwd`