diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/osm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |\ |