Changeset 18499 in josm


Ignore:
Timestamp:
2022-06-23T00:47:56+02:00 (2 years ago)
Author:
taylor.smock
Message:

Sync josm-latest with josm for linux start scripts

The differences were for the server side instance of
checkbashisms (there exists differences between some
versions of checkbashisms).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/native/linux/latest/usr/bin/josm-latest

    r18498 r18499  
    1 #!/usr/bin/env bash
     1#!/usr/bin/bash
    22# Simple wrapper script used to start JOSM in Debian
    3 set -ex
     3set -e
    44
    55# First, the alternative (if known to work) or users preference as defined by $JAVA_HOME. Next, use OpenJDK.
Note: See TracChangeset for help on using the changeset viewer.