[121469] branches/gsoc14-interactive/base/src/macports1.0/macports.tcl

shasha at macports.org shasha at macports.org
Thu Jun 26 03:50:50 PDT 2014


Revision: 121469
          https://trac.macports.org/changeset/121469
Author:   shasha at macports.org
Date:     2014-06-26 03:50:50 -0700 (Thu, 26 Jun 2014)
Log Message:
-----------
one minor adjustment

Modified Paths:
--------------
    branches/gsoc14-interactive/base/src/macports1.0/macports.tcl

Modified: branches/gsoc14-interactive/base/src/macports1.0/macports.tcl
===================================================================
--- branches/gsoc14-interactive/base/src/macports1.0/macports.tcl	2014-06-26 10:50:00 UTC (rev 121468)
+++ branches/gsoc14-interactive/base/src/macports1.0/macports.tcl	2014-06-26 10:50:50 UTC (rev 121469)
@@ -2061,8 +2061,7 @@
                 if {$retvalue == 1} {
                     return 0
                 } 
-            } elseif {[info exists macports::ui_options(ports_noninteractive)]
-                && $macports::ui_options(ports_noninteractive) eq "yes"} {
+            } elseif {[macports::ui_isset ports_noninteractive]} {
                 set depstring "$macports::ui_prefix Dependencies to be installed:"
                 foreach ditem $dlist {
                     append depstring " [ditem_key $ditem provides]"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140626/3ce1b333/attachment.html>


More information about the macports-changes mailing list