diff options
author | dgp <dgp@users.sourceforge.net> | 2011-08-02 15:11:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-08-02 15:11:51 (GMT) |
commit | af556848dde348585c87d0115a8de6c77356b3c1 (patch) | |
tree | 7ae39d89a580098e722383f6f7de65e4f56cf9b4 /tools/tcltk-man2html.tcl | |
parent | ff2d7ecb2916f4732bc397c7b640acc2d2100a24 (diff) | |
download | tcl-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.
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-x | tools/tcltk-man2html.tcl | 2 |
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 } } |