Changeset 1443 for trunk/base


Ignore:
Timestamp:
Dec 17, 2002, 10:56:26 AM (21 years ago)
Author:
jpm
Message:

fixed a spelling mistake - as brought to our attention by Yoshiyuki Haraoka
<haraoka@…>

File:
1 edited

Legend:

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

    r1431 r1443  
    11861186            lappend search_path $env(DYLD_LIBRARY_PATH)
    11871187        } else {
    1188             lappend search_path /lib /usr/local/lib /lib /usr/lib /op/local/lib /usr/X11R6/lib ${prefix}/lib
     1188            lappend search_path /lib /usr/local/lib /lib /usr/lib /opt/local/lib /usr/X11R6/lib ${prefix}/lib
    11891189        }
    11901190        if {[info exists env(DYLD_FALLBACK_LIBRARY_PATH)]} {
Note: See TracChangeset for help on using the changeset viewer.