aboutsummaryrefslogtreecommitdiffhomepage
path: root/utils/osm
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-11-12 11:46:20 +0800
committertypebrook <typebrook@gmail.com>2019-11-12 11:46:20 +0800
commit0d66e2d8ed7023b0a970f314bda46785004d32b1 (patch)
treefa026b31f59f166bb6725f7affe19ba885daf98c /utils/osm
parent8f2e4bedb2ccf4d40b8a55b2809ae07a7dc18333 (diff)
update
Diffstat (limited to 'utils/osm')
-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 |\