Changeset 15822
- Timestamp:
- 08/14/13 08:11:24 (12 years ago)
- Location:
- issm/trunk-jpl/scripts
- Files:
-
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/scripts/tai
r15416 r15822 1 1 #!/bin/bash 2 if [ !-z $EXECUTION_DIR ];2 if [ -z $EXECUTION_DIR ]; 3 3 then 4 4 EXECUTION_DIR=$ISSM_DIR/execution -
issm/trunk-jpl/scripts/vie
r14938 r15822 1 1 #!/bin/bash 2 2 3 if [ ! -z $EXECUTION_DIR];3 if [ -z "$EXECUTION_DIR" ]; 4 4 then 5 5 EXECUTION_DIR=$ISSM_DIR/execution -
issm/trunk-jpl/scripts/vil
r15416 r15822 1 1 #!/bin/bash 2 if [ !-z $EXECUTION_DIR ];2 if [ -z $EXECUTION_DIR ]; 3 3 then 4 4 EXECUTION_DIR=$ISSM_DIR/execution
Note:
See TracChangeset
for help on using the changeset viewer.