[68779] trunk/base/src/port1.0/portdeactivate.tcl

jmr at macports.org jmr at macports.org
Sun Jun 13 07:22:01 PDT 2010


Revision: 68779
          http://trac.macports.org/changeset/68779
Author:   jmr at macports.org
Date:     2010-06-13 07:21:56 -0700 (Sun, 13 Jun 2010)
Log Message:
-----------
missing brace (#25224)

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

Modified: trunk/base/src/port1.0/portdeactivate.tcl
===================================================================
--- trunk/base/src/port1.0/portdeactivate.tcl	2010-06-13 13:51:28 UTC (rev 68778)
+++ trunk/base/src/port1.0/portdeactivate.tcl	2010-06-13 14:21:56 UTC (rev 68779)
@@ -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/c1393703/attachment.html>


More information about the macports-changes mailing list