Changeset 1042 for trunk/base


Ignore:
Timestamp:
Oct 12, 2002, 6:40:01 PM (22 years ago)
Author:
jkh
Message:

Small beautification of the output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portcontents.tcl

    r1041 r1042  
    5858            set contents [lindex $entry [incr ix]]
    5959            set uninst_err 0
    60             ui_msg "Contents of ${portname}-${portversion}:"
     60            ui_msg "Contents of ${portname}-${portversion}"
    6161            foreach f $contents {
    62                 ui_msg [lindex $f 0]
     62                ui_msg "\t[lindex $f 0]"
    6363            }
    6464        } else {
Note: See TracChangeset for help on using the changeset viewer.