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

jmr at macports.org jmr at macports.org
Thu Mar 15 18:23:18 PDT 2012


Revision: 90848
          https://trac.macports.org/changeset/90848
Author:   jmr at macports.org
Date:     2012-03-15 18:23:18 -0700 (Thu, 15 Mar 2012)
Log Message:
-----------
fix return options in command_exec

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

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2012-03-15 22:57:03 UTC (rev 90847)
+++ trunk/base/src/port1.0/portutil.tcl	2012-03-16 01:23:18 UTC (rev 90848)
@@ -448,7 +448,7 @@
     array set env [array get saved_env]
 
     # Return as if system had been called directly.
-    return -code $code -errorcode $errcode -errorInfo $errinfo $result
+    return -code $code -errorcode $errcode -errorinfo $errinfo $result
 }
 
 # default
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120315/6cc30a9c/attachment.html>


More information about the macports-changes mailing list