[101466] trunk/dports/_resources/port1.0/group/ compiler_blacklist_versions-1.0.tcl

ciserlohn at macports.org ciserlohn at macports.org
Fri Jan 11 07:20:28 PST 2013


Revision: 101466
          https://trac.macports.org/changeset/101466
Author:   ciserlohn at macports.org
Date:     2013-01-11 07:20:28 -0800 (Fri, 11 Jan 2013)
Log Message:
-----------
compiler_blacklist_versions: reintroduce '$' which got lost in r101464

Revision Links:
--------------
    https://trac.macports.org/changeset/101464

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl	2013-01-11 15:13:07 UTC (rev 101465)
+++ trunk/dports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl	2013-01-11 15:20:28 UTC (rev 101466)
@@ -84,7 +84,7 @@
 
 proc compiler_blacklist_versions._matches_all_versions {compiler comparisons} {
     if {[llength ${comparisons}] % 2} {
-        return -code error "invalid/incomplete comparison specification \"{comparisons}\""
+        return -code error "invalid/incomplete comparison specification \"${comparisons}\""
     }
     while {[llength ${comparisons}] > 0} {
         set comparison_operator [lindex ${comparisons} 0]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130111/fdf9438c/attachment-0001.html>


More information about the macports-changes mailing list