summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Koch <markus@notsyncing.net>2020-04-19 17:29:17 +0200
committerMarkus Koch <markus@notsyncing.net>2020-04-19 17:29:26 +0200
commit892049ea1568c6dd70c9ac9cfd3591e82bac4bc5 (patch)
treeea038c1a77bb1b461a35d42f9fda21e45a8103bc
parent3af49d258e027c681b0fffc3a8a180fcca9620ba (diff)
downloadlifomapserver-892049ea1568c6dd70c9ac9cfd3591e82bac4bc5.tar.gz
lifomapserver-892049ea1568c6dd70c9ac9cfd3591e82bac4bc5.tar.bz2
lifomapserver-892049ea1568c6dd70c9ac9cfd3591e82bac4bc5.zip
scripts:streets: Reset IFS after changing it to parse the tables
-rwxr-xr-xscripts/geojson/fetch_streets.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/geojson/fetch_streets.sh b/scripts/geojson/fetch_streets.sh
index 345c32d..dbae43d 100755
--- a/scripts/geojson/fetch_streets.sh
+++ b/scripts/geojson/fetch_streets.sh
@@ -24,5 +24,6 @@ for entry in $data; do
},"
fi
done
+export IFS=" "
echo "{}"
echo "]"