Changeset 17263
- Timestamp:
- 02/12/14 14:46:40 (11 years ago)
- Location:
- issm/trunk-jpl/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/scripts/vie
r16059 r17263 3 3 if [ -z "$EXECUTION_DIR" ]; 4 4 then 5 EXECUTION_DIR= $ISSM_DIR/execution5 EXECUTION_DIR="$ISSM_DIR/execution" 6 6 fi 7 7 -
issm/trunk-jpl/scripts/vil
r16059 r17263 2 2 if [ -z $EXECUTION_DIR ]; 3 3 then 4 EXECUTION_DIR= $ISSM_DIR/execution4 EXECUTION_DIR="$ISSM_DIR/execution" 5 5 fi 6 6
Note:
See TracChangeset
for help on using the changeset viewer.