Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#2697 closed defect (fixed)

port info displays given portname instead of actual portname in result

Reported by: kballard (Lily Ballard) Owned by: rshaw@…
Priority: Normal Milestone:
Component: base Version: 1.0
Keywords: Cc:
Port:

Description

port info takes a regular expression and searches for all ports that match that expression and returns information about the first match. However, the information it returns displays the given regex as the name instead of the actual name of the port. The fix is extremely trivial - replacing one variable with an lindex of another. A patch is attached that implements this fix.

Attachments (1)

patch-port.tcl (604 bytes) - added by kballard (Lily Ballard) 19 years ago.
Patch against port.tcl

Download all attachments as: .zip

Change History (4)

Changed 19 years ago by kballard (Lily Ballard)

Attachment: patch-port.tcl added

Patch against port.tcl

comment:1 Changed 19 years ago by rshaw@…

Owner: changed from darwinports-bugs@… to rshaw@…

comment:2 Changed 19 years ago by rshaw@…

Status: newassigned

comment:3 Changed 19 years ago by rshaw@…

Resolution: fixed
Status: assignedclosed

Appropriate fix committed. Thanks, -Robert

Note: See TracTickets for help on using tickets.