IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 24, 2009, 8:35:12 AM (17 years ago)
Author:
eugene
Message:

fixed error when setting workdir template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r20512 r22422  
    351351
    352352  if ("$template" == "NULL")
    353     $varname = $workdir_template
     353    $$varname = $workdir_template
    354354    echo "WARNING: WORKDIR template not set.  Defaulting to $workdir_template"
    355     break
     355    return
    356356  end
    357357
     
    379379
    380380  if ("$template" == "NULL")
    381     $varname = $workdir_template
     381    $$varname = $workdir_template
    382382    echo "WARNING: WORKDIR template not set.  Defaulting to $workdir_template"
    383     break
     383    return
    384384  end
    385385
Note: See TracChangeset for help on using the changeset viewer.