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.stack.pro

    r12369 r12370  
    134134    end
    135135
    136     if ($WORKDIR == NULL)
     136    if ("$WORKDIR" == "NULL")
    137137      $outroot = `pwd`
    138138    else
     
    149149
    150150    $run = detrend_stack.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA $ARGS
    151     if ($WORKDIR != NULL)
     151    if ("$WORKDIR" != "NULL")
    152152      $run = $run --workdir $outroot
    153153    end
Note: See TracChangeset for help on using the changeset viewer.