diff options
author | dgp <dgp@noemail.net> | 2011-08-02 14:45:30 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2011-08-02 14:45:30 (GMT) |
commit | 3dae15b80c49811154c3b41650290b53a0939ba9 (patch) | |
tree | da899d999eb0d86e0cf9df77d277a30bed13be17 /tools | |
parent | fc67e1c0cf03d2cf82045ab50cc50d14887e8222 (diff) | |
download | tcl-3dae15b80c49811154c3b41650290b53a0939ba9.zip tcl-3dae15b80c49811154c3b41650290b53a0939ba9.tar.gz tcl-3dae15b80c49811154c3b41650290b53a0939ba9.tar.bz2 |
Variable substitution botch.
FossilOrigin-Name: 16eb322d137cbeaa3a1aae75849d033ba47e5c8f
Diffstat (limited to 'tools')
-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 eaadc51..552095e 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -774,7 +774,7 @@ proc plus-pkgs {type args} { continue } } - regexp "pkgs/$dir(.*)/doc$" [glob $tcltkdir/$tcldir/pkgs/$dir*/doc] \ + regexp "pkgs/${dir}(.*)/doc$" [glob $tcltkdir/$tcldir/pkgs/$dir*/doc] \ -> version switch $type { n { |