Changeset 1590


Ignore:
Timestamp:
08/05/09 15:23:00 (16 years ago)
Author:
Eric.Larour
Message:

minor tweaks

Location:
issm/trunk/src/m/utils/OS
Files:
2 edited

Legend:

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

    r1582 r1590  
    88%first get hostname
    99hostname=oshostname();
     10
     11%first be sure packages are not in the current directory, this could conflict with pscp on windows.
     12for i=1:numel(packages),
     13        delete(packages{i});
     14end
    1015
    1116%if hostname and host are the same, do a simple copy
  • issm/trunk/src/m/utils/OS/scpout.m

    r1582 r1590  
    3535                        end
    3636                end
    37                 error;
    3837
    3938        else
Note: See TracChangeset for help on using the changeset viewer.