[86018] trunk/base/src/port1.0/portlint.tcl

snc at macports.org snc at macports.org
Tue Oct 18 08:47:24 PDT 2011


Revision: 86018
          http://trac.macports.org/changeset/86018
Author:   snc at macports.org
Date:     2011-10-18 08:47:24 -0700 (Tue, 18 Oct 2011)
Log Message:
-----------
base: extraneous brace

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

Modified: trunk/base/src/port1.0/portlint.tcl
===================================================================
--- trunk/base/src/port1.0/portlint.tcl	2011-10-18 15:43:54 UTC (rev 86017)
+++ trunk/base/src/port1.0/portlint.tcl	2011-10-18 15:47:24 UTC (rev 86018)
@@ -518,7 +518,7 @@
 
             # missing hyphen
             } elseif {![string equal -nocase "X11" $test]} {
-                foreach subtest [split $test '-']} {
+                foreach subtest [split $test '-'] {
                     ui_debug "testing ${subtest}"
 
                     # license names start with letters: versions and empty strings need not apply
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111018/9aa53cb7/attachment.html>


More information about the macports-changes mailing list