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/summit.copy.pro

    r14621 r14681  
    8989        # find an exp that needs imfiles fetched
    9090        book getpage pzPendingExp 0 -var pageName -key pantaskState INIT
    91         if ($pageName == NULL) break
     91        if ("$pageName" == "NULL") break
    9292
    9393        # set that exp to run
     
    179179        # find an exp that needs imfiles fetched
    180180        book getpage pzPendingImfile 0 -var pageName -key pantaskState INIT
    181         if ($pageName == NULL) break
     181        if ("$pageName" == "NULL") break
    182182
    183183        # set that exp to run
Note: See TracChangeset for help on using the changeset viewer.