[54939] trunk/base/src/macports1.0/macports.tcl

toby at macports.org toby at macports.org
Tue Aug 4 15:06:18 PDT 2009


Revision: 54939
          http://trac.macports.org/changeset/54939
Author:   toby at macports.org
Date:     2009-08-04 15:06:18 -0700 (Tue, 04 Aug 2009)
Log Message:
-----------
fix: extraneous newline in debug mode

Modified Paths:
--------------
    trunk/base/src/macports1.0/macports.tcl

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2009-08-04 22:01:39 UTC (rev 54938)
+++ trunk/base/src/macports1.0/macports.tcl	2009-08-04 22:06:18 UTC (rev 54939)
@@ -1450,7 +1450,9 @@
         if {[mportdepends $mport $target] != 0} {
             return 1
         }
-        ui_msg ""
+        if {![macports::ui_isset ports_debug]} {
+            ui_msg ""
+        }
 
         # Select out the dependents along the critical path,
         # but exclude this mport, we might not be installing it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090804/e649f830/attachment.html>


More information about the macports-changes mailing list