- Timestamp:
- 11/27/22 19:31:40 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-python-2.sh
r27158 r27431 152 152 # Check that Python did not exit in error 153 153 pythonExitCode=`echo $?` 154 pythonExitedInError=`grep -c -E "Error|Standard exception|Traceback|bad interpreter " python.log`154 pythonExitedInError=`grep -c -E "Error|Standard exception|Traceback|bad interpreter|syntax error" python.log` 155 155 156 156 if [[ ${pythonExitCode} -ne 0 || ${pythonExitedInError} -ne 0 ]]; then
Note:
See TracChangeset
for help on using the changeset viewer.