Changeset 23418 for issm/trunk-jpl/scripts/download_external_package.bash
- Timestamp:
- 10/13/18 15:29:04 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/scripts/download_external_package.bash
r23417 r23418 30 30 then 31 31 echo "File ${OUT_FILE} already exists and will not be downloaded..." 32 exit 132 exit 0 33 33 fi 34 34 … … 43 43 else 44 44 echo $ERR_NO_GET_CMD 45 exit 145 exit 0 46 46 fi 47 47
Note:
See TracChangeset
for help on using the changeset viewer.