[146705] trunk/base/src/port/port.tcl

g5pw at macports.org g5pw at macports.org
Tue Mar 15 09:23:52 PDT 2016


Revision: 146705
          https://trac.macports.org/changeset/146705
Author:   g5pw at macports.org
Date:     2016-03-15 09:23:52 -0700 (Tue, 15 Mar 2016)
Log Message:
-----------
base: add a space if no port list is present

If there are no ports in the ports list, the message and question get squished
together without a space.

Modified Paths:
--------------
    trunk/base/src/port/port.tcl

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2016-03-15 16:15:20 UTC (rev 146704)
+++ trunk/base/src/port/port.tcl	2016-03-15 16:23:52 UTC (rev 146705)
@@ -5417,6 +5417,7 @@
             puts -nonewline " "
             puts [string map {@ " @"} $ports]
         } elseif {[llength $ports] == 0} {
+            puts -nonewline " "
         } else {
             puts ""
             foreach port $ports {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160315/61055f8d/attachment.html>


More information about the macports-changes mailing list