[67098] trunk/base/src/port/port.tcl

jmr at macports.org jmr at macports.org
Wed Apr 28 20:50:52 PDT 2010


Revision: 67098
          http://trac.macports.org/changeset/67098
Author:   jmr at macports.org
Date:     2010-04-28 20:50:50 -0700 (Wed, 28 Apr 2010)
Log Message:
-----------
don't exit when commands fail in interactive mode

Modified Paths:
--------------
    trunk/base/src/port/port.tcl

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2010-04-29 03:32:10 UTC (rev 67097)
+++ trunk/base/src/port/port.tcl	2010-04-29 03:50:50 UTC (rev 67098)
@@ -4217,7 +4217,7 @@
 
     # Main command loop
     set exit_status 0
-    while { $exit_status == 0 || [macports::ui_isset ports_processall] } {
+    while { $exit_status == 0 || $isstdin || [macports::ui_isset ports_processall] } {
 
         # Calculate our prompt
         if { $noisy } {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100428/50b463e4/attachment.html>


More information about the macports-changes mailing list