Changeset 10430 in josm for trunk/linux/tested


Ignore:
Timestamp:
2016-06-19T20:50:55+02:00 (8 years ago)
Author:
bastiK
Message:

applied #13002 - Use /etc/default/josm to configure Java options (patch by sebastic)

Location:
trunk/linux/tested
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/linux/tested/usr/bin/josm

    r9066 r10430  
    1919        JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-7-oracle/bin/java"
    2020        JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-9-oracle/bin/java"
     21fi
     22
     23if [ -f /etc/default/josm ]; then
     24    . /etc/default/josm
    2125fi
    2226
Note: See TracChangeset for help on using the changeset viewer.