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

    r14153 r14681  
    114114    # we should have launched only a single detRun
    115115    book getpage detRun 0 -var detRunID
    116     if ($detRunID == NULL)
     116    if ("$detRunID" == "NULL")
    117117      echo "ERROR:detRun not defined"
    118118      break
Note: See TracChangeset for help on using the changeset viewer.