summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2011-08-02 15:11:51 (GMT)
committerdgp@users.sourceforge.net <dgp>2011-08-02 15:11:51 (GMT)
commit9c0d3f362707bf0c6d3189d72c3294e5328141f2 (patch)
tree7ae39d89a580098e722383f6f7de65e4f56cf9b4
parentbf55264e4d7b6a246d091def201425546b52ebe8 (diff)
downloadtcl-9c0d3f362707bf0c6d3189d72c3294e5328141f2.zip
tcl-9c0d3f362707bf0c6d3189d72c3294e5328141f2.tar.gz
tcl-9c0d3f362707bf0c6d3189d72c3294e5328141f2.tar.bz2
Use the actual case used by Thread to name the directory its distributions
unpack into.
-rwxr-xr-xtools/tcltk-man2html.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl
index 552095e..b347abf 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -973,7 +973,7 @@ try {
set packageDirNameMap {
itcl {[incr Tcl]}
tdbc {TDBC}
- Thread Thread
+ thread Thread
}
}