diff options
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 |