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

    r12369 r12370  
    132132
    133133    # output log from filerule
    134     if ($WORKDIR == NULL)
     134    if ("$WORKDIR" == "NULL")
    135135      $outroot = `pwd`
    136136    else
     
    144144
    145145    $run = camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA $ARGS
    146     if ($WORKDIR != NULL)
     146    if ("$WORKDIR" != "NULL")
    147147      $run = $run --workdir $outroot
    148148    end
Note: See TracChangeset for help on using the changeset viewer.