diff options
| author | typebrook <typebrook@gmail.com> | 2019-11-12 11:46:20 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-11-12 11:46:20 +0800 |
| commit | 0d66e2d8ed7023b0a970f314bda46785004d32b1 (patch) | |
| tree | fa026b31f59f166bb6725f7affe19ba885daf98c /utils | |
| parent | 8f2e4bedb2ccf4d40b8a55b2809ae07a7dc18333 (diff) | |
update
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 |\ |