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/detrend.process.pro

    r12369 r12370  
    154154
    155155    ## output log filename
    156     if ($WORKDIR == NULL)
     156    if ("$WORKDIR" == "NULL")
    157157      $outroot = `pwd`
    158158    else
     
    166166
    167167    $run = detrend_process_imfile.pl --det_id $DET_ID --det_type $DET_TYPE --exp_tag $EXP_TAG --class_id $CLASS_ID --input_uri $URI --camera $CAMERA $ARGS
    168     if ($WORKDIR != NULL)
     168    if ("$WORKDIR" != "NULL")
    169169      $run = $run --workdir $outroot
    170170    end
     
    276276
    277277    # XXX push this into the filerules?
    278     if ($WORKDIR == NULL)
     278    if ("$WORKDIR" == "NULL")
    279279      $outroot = `pwd`
    280280    else
     
    288288
    289289    $run = detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG --camera $CAMERA $ARGS
    290     if ($WORKDIR != NULL)
     290    if ("$WORKDIR" != "NULL")
    291291      $run = $run --workdir $outroot
    292292    end
Note: See TracChangeset for help on using the changeset viewer.