Changeset 20413
- Timestamp:
- 03/31/16 14:51:47 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r20410 r20413 75 75 76 76 #Do we need to recompile 77 if [ ! -z "$(cat $ISSM_DIR/TEMP | grep -e "\.cpp" -e "\.h" )" ] ; 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.