Revision: 119652 https://trac.macports.org/changeset/119652 Author: cal@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 {}