Codebase list ibutils / upstream/latest ibdiag / src / ibdiagpath.pkg
upstream/latest

Tree @upstream/latest (Download .tar.gz)

ibdiagpath.pkg @upstream/latestraw · history · blame

1
2
3
4
5
proc ibdiagpath-load {dir} {
   puts "Loading IBDIAGPATH from: $dir"
   uplevel #0 source [file join $dir ibdiagpath.tcl]
}
package ifneeded ibdiagpath 1.0 [list ibdiagpath-load $dir]