#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)
Change History (4)
Changed 20 years ago by kballard (Lily Ballard)
Attachment: | patch-port.tcl added |
---|
comment:1 Changed 20 years ago by rshaw@…
Owner: | changed from darwinports-bugs@… to rshaw@… |
---|
comment:2 Changed 20 years ago by rshaw@…
Status: | new → assigned |
---|
comment:3 Changed 20 years ago by rshaw@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Appropriate fix committed. Thanks, -Robert
Note: See
TracTickets for help on using
tickets.
Patch against port.tcl