diff options
| author | dgp@users.sourceforge.net <dgp> | 2011-08-02 15:11:51 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2011-08-02 15:11:51 (GMT) |
| commit | 9c0d3f362707bf0c6d3189d72c3294e5328141f2 (patch) | |
| tree | 7ae39d89a580098e722383f6f7de65e4f56cf9b4 | |
| parent | bf55264e4d7b6a246d091def201425546b52ebe8 (diff) | |
| download | tcl-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-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 } } |
