[68782] branches/release_1_9/base/src/port1.0/portdeactivate.tcl

jmr at macports.org jmr at macports.org
Sun Jun 13 07:28:30 PDT 2010


Revision: 68782
          http://trac.macports.org/changeset/68782
Author:   jmr at macports.org
Date:     2010-06-13 07:28:27 -0700 (Sun, 13 Jun 2010)
Log Message:
-----------
merge r68779 from trunk:
 missing brace (#25224)

Revision Links:
--------------
    http://trac.macports.org/changeset/68779

Modified Paths:
--------------
    branches/release_1_9/base/src/port1.0/portdeactivate.tcl

Modified: branches/release_1_9/base/src/port1.0/portdeactivate.tcl
===================================================================
--- branches/release_1_9/base/src/port1.0/portdeactivate.tcl	2010-06-13 14:26:15 UTC (rev 68781)
+++ branches/release_1_9/base/src/port1.0/portdeactivate.tcl	2010-06-13 14:28:27 UTC (rev 68782)
@@ -59,7 +59,7 @@
 proc portdeactivate::deactivate_main {args} {
     global name version revision portvariants user_options registry.installtype
     # we still want to be able to run this target in direct mode for the pre/post procs
-    if {${registry.installtype} == "image"}
+    if {${registry.installtype} == "image"} {
         registry_deactivate $name "${version}_${revision}${portvariants}" [array get user_options]
     }
     return 0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100613/879eb848/attachment.html>


More information about the macports-changes mailing list