summaryrefslogtreecommitdiffstats
path: root/library/tm.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/tm.tcl')
-rw-r--r--library/tm.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tm.tcl b/library/tm.tcl
index 2830ea6..db1f361 100644
--- a/library/tm.tcl
+++ b/library/tm.tcl
@@ -323,7 +323,7 @@ proc ::tcl::tm::Defaults {} {
set sep ":"
}
for {set n $minor} {$n >= 0} {incr n -1} {
- set ev TCL${major}.{$n}_TM_PATH
+ set ev TCL${major}.${n}_TM_PATH
if {[info exists env($ev)]} {
foreach p [split $env($ev) $sep] {
path add $p