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

    r14406 r14681  
    114114    # look for new images in chipPendingImfile (pantaskState == INIT)
    115115    book getpage chipPendingImfile 0 -var pageName -key pantaskState INIT
    116     if ($pageName == NULL) break
     116    if ("$pageName" == "NULL") break
    117117
    118118    book setword chipPendingImfile $pageName pantaskState RUN
Note: See TracChangeset for help on using the changeset viewer.