Skip to content

Commit

Permalink
Merge pull request #41 from gahr/fix-87
Browse files Browse the repository at this point in the history
Fix pkg load on 8.7
  • Loading branch information
bovine authored Feb 13, 2023
2 parents c13e70c + 9012893 commit be509a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tclreadlineInit.tcl.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proc ::tclreadline::Init {} {
if {![info exists tclreadline::library]} {
set msg ""
foreach dirname [list @TCLRL_LIBDIR@ [file dirname [info script]]] {
if {[catch {load [file join $dirname libtclreadline[info sharedlibextension]]} msg] == 0} {
if {[catch {load [file join $dirname libtclreadline[info sharedlibextension]] Tclreadline} msg] == 0} {
set msg ""
break
}
Expand Down

0 comments on commit be509a8

Please sign in to comment.