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

    r12369 r12370  
    141141
    142142    ## generate output log based on filerule
    143     if ($WORKDIR == NULL)
     143    if ("$WORKDIR" == "NULL")
    144144      $outroot = `pwd`
    145145    else
     
    153153
    154154    $run = diff_skycell.pl --diff_id $DIFF_ID $ARGS
    155     if ($WORKDIR != NULL)
     155    if ("$WORKDIR" != "NULL")
    156156      $run = $run --workdir $outroot
    157157    end
Note: See TracChangeset for help on using the changeset viewer.