diff options
author | das <das> | 2005-06-23 17:01:52 (GMT) |
---|---|---|
committer | das <das> | 2005-06-23 17:01:52 (GMT) |
commit | 10e79f4f5579a69921d990800c1ead43c1486443 (patch) | |
tree | 113200a3aab69020c9a1fba183e1c26617ab5590 /tools | |
parent | b91e3875cce9b06a7dc6435a374ffff17d92fd4f (diff) | |
download | tcl-10e79f4f5579a69921d990800c1ead43c1486443.zip tcl-10e79f4f5579a69921d990800c1ead43c1486443.tar.gz tcl-10e79f4f5579a69921d990800c1ead43c1486443.tar.bz2 |
* tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept
multi-digit patchlevels.
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 f1b1b33..db24a9a 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -82,7 +82,7 @@ proc parse_command_line {} { set build_tcl 0 set build_tk 0 # Default search version is a glob pattern - set useversion {{,[8-9].[0-9]{,.[0-9]}}} + set useversion {{,[8-9].[0-9]{,.[0-9]{,[0-9]}}}} # Handle arguments a la GNU: # --version |