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

jmr at macports.org jmr at macports.org
Tue Apr 26 07:43:13 PDT 2011


Revision: 78162
          http://trac.macports.org/changeset/78162
Author:   jmr at macports.org
Date:     2011-04-26 07:43:12 -0700 (Tue, 26 Apr 2011)
Log Message:
-----------
show full command string in debug output from command_exec (#24111)

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

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2011-04-26 14:35:19 UTC (rev 78161)
+++ trunk/base/src/port1.0/portutil.tcl	2011-04-26 14:43:12 UTC (rev 78162)
@@ -387,6 +387,7 @@
     array set env [array get ${command}.env_array]
     # Call the command.
     set fullcmdstring "$command_prefix $cmdstring $command_suffix"
+    ui_debug "Executing command line: $fullcmdstring"
     set code [catch {eval system $notty $nice \$fullcmdstring} result]
 
     # Unset the command array until next time.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110426/550d426c/attachment.html>


More information about the macports-changes mailing list