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/warp.pro

    r14153 r14693  
    162162      $outroot = `ipp_datapath.pl $WORKDIR`
    163163    end
    164     $outroot = $outroot/warp$WARP_ID
    165     $logfile = $outroot/overlap.log
     164    sprintf outroot "%s/warp.%s" $outroot $WARP_ID
     165    sprintf logfile "%s/overlap.log" $outroot
    166166    stdout $logfile
    167167    stderr $logfile
     
    284284      $outroot = `ipp_datapath.pl $WORKDIR`
    285285    end
    286     $outroot = $outroot/warp$WARP_ID
    287     $logfile = $outroot/skycell.log
     286    sprintf outroot "%s/warp.%s" $outroot $WARP_ID
     287    sprintf logfile "%s/skycell.log" $outroot
    288288    stdout $logfile
    289289    stderr $logfile
Note: See TracChangeset for help on using the changeset viewer.