diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rwxr-xr-x | tools/tcltk-man2html.tcl | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ 2011-08-02 Don Porter <dgp@users.sourceforge.net> * changes: Updates for 8.6b2 release. + * tools/tcltk-man2html.tcl: Variable substitution botch. 2011-08-02 Donal K. Fellows <dkf@users.sf.net> 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 { |