diff options
author | dgp <dgp@users.sourceforge.net> | 2011-08-02 14:45:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-08-02 14:45:30 (GMT) |
commit | ff2d7ecb2916f4732bc397c7b640acc2d2100a24 (patch) | |
tree | da899d999eb0d86e0cf9df77d277a30bed13be17 /tools/tcltk-man2html.tcl | |
parent | e6bcda9b1f02804a103d402c12abf8b22b743084 (diff) | |
download | tcl-ff2d7ecb2916f4732bc397c7b640acc2d2100a24.zip tcl-ff2d7ecb2916f4732bc397c7b640acc2d2100a24.tar.gz tcl-ff2d7ecb2916f4732bc397c7b640acc2d2100a24.tar.bz2 |
Variable substitution botch.
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 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 { |