summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-09-09 18:48:39 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-09-09 18:48:39 (GMT)
commita53a022f84b9016321f5dc7ae2e3fe3a750597a2 (patch)
tree53795756c12b8394018573c3bc997e3394edba7e /library
parent5f2fb2fb53acf7dee85bc0af5925fddc49e489a6 (diff)
downloadtcl-a53a022f84b9016321f5dc7ae2e3fe3a750597a2.zip
tcl-a53a022f84b9016321f5dc7ae2e3fe3a750597a2.tar.gz
tcl-a53a022f84b9016321f5dc7ae2e3fe3a750597a2.tar.bz2
[kennykb-numerics-branch] Merge updates from HEAD.
Diffstat (limited to 'library')
-rw-r--r--library/tm.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tm.tcl b/library/tm.tcl
index 5c05e27..2830ea6 100644
--- a/library/tm.tcl
+++ b/library/tm.tcl
@@ -353,7 +353,7 @@ proc ::tcl::tm::roots {paths} {
for {set n $minor} {$n >= 0} {incr n -1} {
path add [file normalize [file join $p ${major}.${n}]]
}
- path add [file normalize [file join $pa site-tcl]]
+ path add [file normalize [file join $p site-tcl]]
}
return
}