From 892049ea1568c6dd70c9ac9cfd3591e82bac4bc5 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Sun, 19 Apr 2020 17:29:17 +0200 Subject: scripts:streets: Reset IFS after changing it to parse the tables --- scripts/geojson/fetch_streets.sh | 1 + 1 file changed, 1 insertion(+) 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 "]" -- cgit v1.2.3