Changeset 68779 for trunk/base


Ignore:
Timestamp:
Jun 13, 2010, 2:21:56 PM (14 years ago)
Author:
jmr@…
Message:

missing brace (#25224)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portdeactivate.tcl

    r68697 r68779  
    6060    global name version revision portvariants user_options registry.installtype
    6161    # we still want to be able to run this target in direct mode for the pre/post procs
    62     if {${registry.installtype} == "image"}
     62    if {${registry.installtype} == "image"} {
    6363        registry_deactivate $name "${version}_${revision}${portvariants}" [array get user_options]
    6464    }
Note: See TracChangeset for help on using the changeset viewer.