[66311] trunk/base/src/port1.0/portutil.tcl

jmr at macports.org jmr at macports.org
Thu Apr 8 18:02:47 PDT 2010


Revision: 66311
          http://trac.macports.org/changeset/66311
Author:   jmr at macports.org
Date:     2010-04-08 18:02:46 -0700 (Thu, 08 Apr 2010)
Log Message:
-----------
uplevel 1 is probably more expected behaviour for platform than uplevel #0

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

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2010-04-09 00:54:36 UTC (rev 66310)
+++ trunk/base/src/port1.0/portutil.tcl	2010-04-09 01:02:46 UTC (rev 66311)
@@ -710,7 +710,7 @@
 
     # Execute the code if this platform matches the platform we're on
     if {$match} {
-        uplevel #0 $code
+        uplevel 1 $code
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100408/bf11344c/attachment.html>


More information about the macports-changes mailing list