IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 5:59:18 PM (19 years ago)
Author:
Paul Price
Message:

Fixing up workdir a bit better.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/stack.pro

    r12368 r12369  
    152152    exec mkdir -p $outroot
    153153
     154    $run = stack_skycell.pl --stack_id $STACK_ID $ARGS
     155    if ($WORKDIR != NULL)
     156      $run = $run --workdir $outroot
     157    end
     158
    154159    # save the pageName for future reference below
    155160    options $pageName
     
    157162    # create the command line
    158163    if ($VERBOSE > 1)
    159       echo command stack_skycell.pl --stack_id $STACK_ID --workdir $outroot $ARGS
     164      echo command $run
    160165    end
    161     command stack_skycell.pl --stack_id $STACK_ID --workdir $outroot $ARGS
     166    command $run
    162167  end
    163168
Note: See TracChangeset for help on using the changeset viewer.