Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 37268 for trunk/base/src

Show
Ignore:
Timestamp:
06/01/08 16:27:34 (6 months ago)
Author:
raimue@…
Message:

port/port.tcl:
Errors should go to stderr

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port/port.tcl

    r37254 r37268  
    13531353            if {![info exists portinfo($ropt)]} { 
    13541354                if {!$quiet} { 
    1355                     puts "no info for '$opt'" 
     1355                    puts stderr "no info for '$opt'" 
    13561356                } 
    13571357                continue