Changeset 16958


Ignore:
Timestamp:
11/26/13 15:23:28 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor, missing ;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/os/oshostname.m

    r16957 r16958  
    1515        %We need to add < /dev/null otherwise what is in the clipboard is added
    1616        [status,hostname]=system('hostname < /dev/null');
    17         hostname = strrep(hostname,'-','')
     17        hostname = strrep(hostname,'-','');
    1818        if status,
    1919                error('oshostname error message: could not run hostname command on *nix os');
Note: See TracChangeset for help on using the changeset viewer.