Mercurial > dive4elements > river
diff flys-backend/contrib/run_geo.sh @ 5563:673f68bb19a4
Geo-importer: accept river names with white space
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 04 Apr 2013 18:15:35 +0200 |
parents | ed149d5d7fb7 |
children |
line wrap: on
line diff
--- a/flys-backend/contrib/run_geo.sh Thu Apr 04 16:07:55 2013 +0200 +++ b/flys-backend/contrib/run_geo.sh Thu Apr 04 18:15:35 2013 +0200 @@ -46,7 +46,7 @@ exec python $DIR/shpimporter/shpimporter.py \ --directory $RIVER_PATH \ - --river_name $RIVER_NAME \ + --river_name "$RIVER_NAME" \ --ogr_connection "$OGR_CONNECTION" \ --host $HOST \ --user $USER \