Ignore:
Timestamp:
10/08/23 14:17:36 (18 months ago)
Author:
jdquinn
Message:

BUG: Did not need word count after grep’ping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-matlab.sh

    r27944 r27951  
    140140
    141141        # Check that MATLAB did not exit in error
    142         matlabExitedInError=`grep -c -E "Activation cannot proceed|Error in|Illegal|Invalid MEX-file|license|Warning: Name is nonexistent or not a directory" matlab.log | wc -l`
     142        matlabExitedInError=`grep -c -E "Activation cannot proceed|Error in|Illegal|Invalid MEX-file|license|Warning: Name is nonexistent or not a directory" matlab.log`
    143143
    144144        if [ ${matlabExitedInError} -ne 0 ]; then
Note: See TracChangeset for help on using the changeset viewer.