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

    r12369 r12370  
    133133    end
    134134
    135     if ($WORKDIR == NULL)
     135    if ("$WORKDIR" == "NULL")
    136136      $outroot = `pwd`
    137137    else
     
    145145
    146146    $run = detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA $ARGS
    147     if ($WORKDIR != NULL)
     147    if ("$WORKDIR" != "NULL")
    148148      $run = $run --workdir $outroot
    149149    end
Note: See TracChangeset for help on using the changeset viewer.