Changes between Initial Version and Version 1 of Ticket #22193


Ignore:
Timestamp:
2022-07-07T06:17:40+02:00 (3 years ago)
Author:
sebastic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22193 – Description

    initial v1  
    2020
    2121}}}
     22The 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}}}