Changeset 37269 for trunk/base/src
- Timestamp:
- 06/01/08 16:34:43 (6 months ago)
- Files:
-
- 1 modified
-
trunk/base/src/port/port.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/port/port.tcl
r37268 r37269 1355 1355 puts stderr "no info for '$opt'" 1356 1356 } 1357 continue 1357 set inf "" 1358 } else { 1359 set inf $portinfo($ropt) 1358 1360 } 1359 1361 … … 1365 1367 1366 1368 # Format the data 1367 set inf $portinfo($ropt)1368 1369 if { $ropt eq "maintainers" } { 1369 1370 set inf [unobscure_maintainers $inf]

