Ignore:
Timestamp:
06/30/20 12:39:07 (5 years ago)
Author:
jdquinn
Message:

CHG: Clean up of binaries packaging and testing scripts; clean up of Jenkins configuration files; suppressing aliased options to grep in interface system calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/coordsystems/gmtmaskparallel.m

    r22933 r25189  
    5252
    5353        %concatenate:
    54         system('cat oce_vertices*.txt | grep -v Command | awk ''{printf("%s\n",$3);}''> vertices.txt');
     54        system('cat oce_vertices*.txt | command grep -v Command | awk ''{printf("%s\n",$3);}''> vertices.txt');
    5555
    5656        %read the vertices.txt file and flag our mesh vertices on the continent
Note: See TracChangeset for help on using the changeset viewer.