aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/osm/osm.api.changeset.commit
diff options
context:
space:
mode:
Diffstat (limited to 'tools/osm/osm.api.changeset.commit')
-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