- Timestamp:
- 10/08/23 14:17:36 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-matlab.sh
r27944 r27951 140 140 141 141 # 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` 143 143 144 144 if [ ${matlabExitedInError} -ne 0 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.