IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2007, 3:15:26 PM (19 years ago)
Author:
eugene
Message:

use sprintf to avoid parsing names with numbers and dashes as math expressions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/stack.pro

    r14681 r14693  
    145145      $outroot = `ipp_datapath.pl $WORKDIR`
    146146    end
    147     $outroot = $outroot/stack$STACK_ID
    148     $logfile = $outroot/skycell.log
     147    sprintf outroot "%s/stack.%s" $outroot $STACK_ID
     148    sprintf logfile "%s/skycell.log" $outroot
    149149    stdout $logfile
    150150    stderr $logfile
Note: See TracChangeset for help on using the changeset viewer.