Codebase list ibutils / debian/1.5.7-2 ibdiag / src / ibdiagpath.pkg
debian/1.5.7-2

Tree @debian/1.5.7-2 (Download .tar.gz)

ibdiagpath.pkg @debian/1.5.7-2raw · 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]