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

jberry at macports.org jberry at macports.org
Thu Oct 15 15:06:21 PDT 2009


Revision: 59509
          http://trac.macports.org/changeset/59509
Author:   jberry at macports.org
Date:     2009-10-15 15:06:18 -0700 (Thu, 15 Oct 2009)
Log Message:
-----------
Restore a missing newline in the help command output

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

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2009-10-15 21:57:33 UTC (rev 59508)
+++ trunk/base/src/port/port.tcl	2009-10-15 22:06:18 UTC (rev 59509)
@@ -78,11 +78,11 @@
         set cmds "$cmds$new"
     }
 
-    set cmdText [string range "
+    set cmdText "
 Supported commands
 ------------------
 $cmds
-" 1 end-1]
+"
 
     set text {
 Pseudo-portnames
@@ -116,7 +116,7 @@
 porthier(7), portstyle(7). Also, see http://www.macports.org.
     }
 
-    puts "$cmdText $text"
+    puts "$cmdText$text"
 }
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091015/9dd76804/attachment.html>


More information about the macports-changes mailing list