Skip to content

Commit 80c6be2

Browse files
committed
Fix path to thread library within zip
1 parent 78f971c commit 80c6be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgIndex.tcl.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ package ifneeded ttrace @PACKAGE_VERSION@ [list ::apply {{dir} {
4040
} elseif {[file readable [file join $dir ttrace.tcl]]} {
4141
source [file join $dir ttrace.tcl]
4242
} elseif {![catch {zipfs mount [file join $dir @PKG_LIB_FILE@] //zipfs:/lib/thread}]} {
43-
source //zipfs:/lib/thread/thread_library/ttrace.tcl
43+
source //zipfs:/lib/thread/ttrace.tcl
4444
}
4545
if {[namespace which ::ttrace::update] ne ""} {
4646
::ttrace::update

0 commit comments

Comments
 (0)