Changes between Initial Version and Version 1 of Ticket #22193
- Timestamp:
- 2022-07-07T06:17:40+02:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22193 – Description
initial v1 20 20 21 21 }}} 22 The same change needs to be applied for josm-latest: 23 {{{ 24 --- a/native/linux/latest/usr/bin/josm-latest 25 +++ b/native/linux/latest/usr/bin/josm-latest 26 @@ -1,4 +1,4 @@ 27 -#!/usr/bin/bash 28 +#!/bin/bash 29 # Simple wrapper script used to start JOSM in Debian 30 set -e 31 32 }}}