diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-03-13 15:05:04 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-03-13 15:05:04 +0800 |
commit | 690032f8bd081c6d15e12d1ef97c4ab96b4ad49e (patch) | |
tree | 5ebf1a9c1346d00bb2535ab15fb566d31a08ba7a /tools | |
parent | d1cb6855839ccbaee61565c7af02b80bd158f7eb (diff) |
update
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/osm/osm.api.changeset.commit | 2 |
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 | |||
12 | fi | 12 | fi |
13 | 13 | ||
14 | OSM_API=${SERVER}/api/0.6 | 14 | OSM_API=${SERVER}/api/0.6 |
15 | FILE=${$@//--serious/} | 15 | FILE=${@//--serious/} |
16 | 16 | ||
17 | # Prompt for comment and User:Password | 17 | # Prompt for comment and User:Password |
18 | if [[ ! -t 0 ]]; then | 18 | if [[ ! -t 0 ]]; then |