Changeset 16959


Ignore:
Timestamp:
11/26/13 16:41:05 (11 years ago)
Author:
Eric.Larour
Message:

CHG: reverting change for windows machine, where /dev/null obviously does not exist

File:
1 edited

Legend:

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

    r16958 r16959  
    77
    88if ispc(),
    9         [status,hostname]=system('hostname < /dev/null');
     9        [status,hostname]=system('hostname');
    1010        if status,
    1111                error('oshostname error message: could not run hostname command on windows os');
Note: See TracChangeset for help on using the changeset viewer.