Changeset 20415
- Timestamp:
- 03/31/16 14:56:44 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r20413 r20415 75 75 76 76 #Do we need to recompile 77 if [ ! -z "$(cat $ISSM_DIR/TEMP | grep -e "\.cpp" -e "\.h" )" ] || [ "$ISSM_RECONFIGURE" == "yes" ] ; then77 if [ ! -z "$(cat $ISSM_DIR/TEMP | grep -e "\.cpp" -e "\.h" )" ] || [ "$ISSM_RECONFIGURE" == "yes" ] ; then 78 78 echo " -- checking for recompilation... yes"; 79 79 ISSM_COMPILATION="yes"
Note:
See TracChangeset
for help on using the changeset viewer.