Changeset 20434
- Timestamp:
- 04/04/16 18:07:54 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r20429 r20434 116 116 117 117 #install if requested or if install does not exist 118 if [ "$ISSM_EXTERNALPACKAGES" == "install" ] || [ ! -d install ] ;118 if [ "$ISSM_EXTERNALPACKAGES" == "install" ] || [ ! -d install ] || [ ! "$(ls -A install)" ]; 119 119 then 120 120 echo "======================================================";
Note:
See TracChangeset
for help on using the changeset viewer.