Changeset 12411 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2017-06-17T18:15:28+02:00 (7 years ago)
Author:
Don-vip
Message:

fix OS build description for Linux systems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/PlatformHookUnixoid.java

    r12241 r12411  
    231231                // Try lsb_release (only available on LSB-compliant Linux systems,
    232232                // see https://www.linuxbase.org/lsb-cert/productdir.php?by_prod )
    233                 String line = exec("lsb_release -ds");
     233                String line = exec("lsb_release", "-ds");
    234234                if (line != null && !line.isEmpty()) {
    235235                    line = line.replaceAll("\"+", "");
Note: See TracChangeset for help on using the changeset viewer.