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

raimue at macports.org raimue at macports.org
Tue Jan 29 08:38:24 PST 2013


Revision: 102249
          https://trac.macports.org/changeset/102249
Author:   raimue at macports.org
Date:     2013-01-29 08:38:24 -0800 (Tue, 29 Jan 2013)
Log Message:
-----------
port:
Error messages from 'port space' should go to stderr.

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

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2013-01-29 16:36:47 UTC (rev 102248)
+++ trunk/base/src/port/port.tcl	2013-01-29 16:38:24 UTC (rev 102249)
@@ -3369,10 +3369,10 @@
                 }
                 set spaceall [expr $space + $spaceall]
             } else {
-                puts "Port $portname does not contain any file or is not active."
+                puts stderr "Port $portname does not contain any file or is not active."
             }
         } else {
-            puts "Port $portname is not installed."
+            puts stderr "Port $portname is not installed."
         }
     }
     if {[llength $portlist] > 1 || ([info exists options(ports_space_total)] && $options(ports_space_total) == "yes")} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130129/e7dfb6be/attachment.html>


More information about the macports-changes mailing list