aboutsummaryrefslogtreecommitdiffhomepage
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/osm2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/osm b/utils/osm
index d9663ef..c1def73 100644
--- a/utils/osm
+++ b/utils/osm
@@ -103,7 +103,7 @@ osm.list.tags() {
103 content=$(cat) 103 content=$(cat)
104 echo $content | osm.list.ids | tr ' ' ',' > /tmp/osm 104 echo $content | osm.list.ids | tr ' ' ',' > /tmp/osm
105 105
106 for tag in "$@" 106 for tag in $@
107 do 107 do
108 echo $content |\ 108 echo $content |\
109 osm.list.tag $tag |\ 109 osm.list.tag $tag |\