IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 6:27:06 PM (19 years ago)
Author:
Paul Price
Message:

Fixing up 'syntax error'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/chip.pro

    r12369 r12370  
    135135
    136136    ## generate output log based on filerule
    137     if ($WORKDIR == NULL)
     137    if ("$WORKDIR" == "NULL")
    138138      $outroot = `pwd`
    139139    else
     
    147147
    148148    $run = chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS
    149     if ($WORKDIR != NULL)
     149    if ("$WORKDIR" != "NULL")
    150150      $run = $run --workdir $outroot
    151151    end
Note: See TracChangeset for help on using the changeset viewer.