Changeset 10749
- Timestamp:
- 11/18/11 11:11:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/OS/oshostname.m
r8563 r10749 14 14 15 15 else 16 [status,hostname]=system( 'hostname -s');16 [status,hostname]=system(['hostname -s | sed ''s/-//g''']); 17 17 if status, 18 18 error('oshostname error message: could not run hostname command on *nix os');
Note:
See TracChangeset
for help on using the changeset viewer.