IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2007, 2:58:06 PM (19 years ago)
Author:
eugene
Message:

protecting strings in logic expressions with double quotes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.stack.pro

    r14630 r14681  
    115115    # look for new images in detPendingStackedImfile
    116116    book getpage detPendingStackedImfile 0 -var pageName -key pantaskState INIT
    117     if ($pageName == NULL) break
     117    if ("$pageName" == "NULL") break
    118118
    119119    book setword detPendingStackedImfile $pageName pantaskState RUN
Note: See TracChangeset for help on using the changeset viewer.