aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/osm
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-03-13 15:05:04 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-03-13 15:05:04 +0800
commit690032f8bd081c6d15e12d1ef97c4ab96b4ad49e (patch)
tree5ebf1a9c1346d00bb2535ab15fb566d31a08ba7a /tools/osm
parentd1cb6855839ccbaee61565c7af02b80bd158f7eb (diff)
update
Diffstat (limited to 'tools/osm')
-rwxr-xr-xtools/osm/osm.api.changeset.commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osm/osm.api.changeset.commit b/tools/osm/osm.api.changeset.commit
index 98a52e1..20ec2f0 100755
--- a/tools/osm/osm.api.changeset.commit
+++ b/tools/osm/osm.api.changeset.commit
@@ -12,7 +12,7 @@ else
12fi 12fi
13 13
14OSM_API=${SERVER}/api/0.6 14OSM_API=${SERVER}/api/0.6
15FILE=${$@//--serious/} 15FILE=${@//--serious/}
16 16
17# Prompt for comment and User:Password 17# Prompt for comment and User:Password
18if [[ ! -t 0 ]]; then 18if [[ ! -t 0 ]]; then