aboutsummaryrefslogtreecommitdiff
path: root/pkgIndex.tcl
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-11-14 05:43:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-11-14 05:43:13 +0000
commit6d3a518ce3393a2c00b4795d13d7c420ce8b441d (patch)
treea7786721ba704a144f9f1cc30849977a10da0890 /pkgIndex.tcl
parent40359cc18bdb10a89c22f22bd51791f760e094d0 (diff)
move shared function to a Tcl package, now that tclpd supports a local package
svn path=/trunk/externals/tclfile/; revision=15742
Diffstat (limited to 'pkgIndex.tcl')
-rw-r--r--pkgIndex.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgIndex.tcl b/pkgIndex.tcl
new file mode 100644
index 0000000..7e72c03
--- /dev/null
+++ b/pkgIndex.tcl
@@ -0,0 +1 @@
+package ifneeded tclfile 0.1 [list source [file join $dir tclfile.tcl]]