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

mojca at macports.org mojca at macports.org
Wed Mar 16 02:58:02 PDT 2016


Revision: 146729
          https://trac.macports.org/changeset/146729
Author:   mojca at macports.org
Date:     2016-03-16 02:58:02 -0700 (Wed, 16 Mar 2016)
Log Message:
-----------
portutil.tcl: show executed commands also in verbose mode

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

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2016-03-16 09:20:02 UTC (rev 146728)
+++ trunk/base/src/port1.0/portutil.tcl	2016-03-16 09:58:02 UTC (rev 146729)
@@ -449,6 +449,7 @@
     array set env [array get ${varprefix}.env_array]
     # Call the command.
     set fullcmdstring "$command_prefix $cmdstring $command_suffix"
+    ui_info "Executing: $fullcmdstring"
     set code [catch {system {*}$notty {*}$nice $fullcmdstring} result]
     # Save variables in order to re-throw the same error code.
     set errcode $::errorCode
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160316/e9a6a4fb/attachment-0001.html>


More information about the macports-changes mailing list