Changeset 12368 for trunk/ippTasks/stack.pro
- Timestamp:
- Mar 8, 2007, 5:41:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/stack.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/stack.pro
r12116 r12368 141 141 142 142 ## generate output log based on filerule 143 $outroot = `ipp_datapath.pl $WORKDIR` 143 if ($WORKDIR == NULL) 144 $outroot = `pwd` 145 else 146 $outroot = `ipp_datapath.pl $WORKDIR` 147 end 144 148 $outroot = $outroot/stack$STACK_ID 145 149 $logfile = $outroot/skycell.log … … 153 157 # create the command line 154 158 if ($VERBOSE > 1) 155 echo command stack_skycell.pl --stack_id $STACK_ID --workdir $ WORKDIR$ARGS159 echo command stack_skycell.pl --stack_id $STACK_ID --workdir $outroot $ARGS 156 160 end 157 command stack_skycell.pl --stack_id $STACK_ID --workdir $ WORKDIR$ARGS161 command stack_skycell.pl --stack_id $STACK_ID --workdir $outroot $ARGS 158 162 end 159 163
Note:
See TracChangeset
for help on using the changeset viewer.
