[119652] trunk/base/src/port1.0/portconfigure.tcl

cal at macports.org cal at macports.org
Fri May 2 17:41:19 PDT 2014


Revision: 119652
          https://trac.macports.org/changeset/119652
Author:   cal at macports.org
Date:     2014-05-02 17:41:19 -0700 (Fri, 02 May 2014)
Log Message:
-----------
base: fix missing close bracket

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

Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl	2014-05-03 00:22:36 UTC (rev 119651)
+++ trunk/base/src/port1.0/portconfigure.tcl	2014-05-03 00:41:19 UTC (rev 119652)
@@ -387,7 +387,7 @@
     }
     foreach {re fmt} $valid_compiler_ports {
         if {[set matches [regexp -inline $re $compiler]] ne ""} {
-            return [format $fmt {*}[lrange $matches 1 end]
+            return [format $fmt {*}[lrange $matches 1 end]]
         }
     }
     return {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140502/a364e03b/attachment.html>


More information about the macports-changes mailing list