Skip to content

Commit

Permalink
Fix [aa8e96bf4c] - wrong zipfs mount syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
apnadkarni committed Dec 7, 2024
2 parents 592074a + 80c6be2 commit aac1caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgIndex.tcl.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ package ifneeded ttrace @PACKAGE_VERSION@ [list ::apply {{dir} {
source [file join $dir .. lib ttrace.tcl]
} elseif {[file readable [file join $dir ttrace.tcl]]} {
source [file join $dir ttrace.tcl]
} elseif {![catch {zipfs mount //zipfs:/lib/thread [file join $dir @PKG_LIB_FILE@]}]} {
source //zipfs:/lib/thread/thread_library/ttrace.tcl
} elseif {![catch {zipfs mount [file join $dir @PKG_LIB_FILE@] //zipfs:/lib/thread}]} {
source //zipfs:/lib/thread/ttrace.tcl
}
if {[namespace which ::ttrace::update] ne ""} {
::ttrace::update
Expand Down

0 comments on commit aac1caf

Please sign in to comment.