summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-08-02 15:11:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-08-02 15:11:51 (GMT)
commitaf556848dde348585c87d0115a8de6c77356b3c1 (patch)
tree7ae39d89a580098e722383f6f7de65e4f56cf9b4
parentff2d7ecb2916f4732bc397c7b640acc2d2100a24 (diff)
downloadtcl-af556848dde348585c87d0115a8de6c77356b3c1.zip
tcl-af556848dde348585c87d0115a8de6c77356b3c1.tar.gz
tcl-af556848dde348585c87d0115a8de6c77356b3c1.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
}
}