Changeset 2101


Ignore:
Timestamp:
09/03/09 07:15:38 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/OS/scpin.m

    r1599 r2101  
    5858                string=[string packages{end} '\}'];
    5959
    60                 [status,result]=system(['scp ' host ':' path '/' sring ' ./']);
     60                [status,result]=system(['scp ' host ':' path '/' string ' ./']);
    6161                if status,
    6262                        error('scpin error message: could not call scp on *nix system');
Note: See TracChangeset for help on using the changeset viewer.