diff options
author | nijtmans <nijtmans> | 2009-03-25 23:22:36 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-03-25 23:22:36 (GMT) |
commit | 1b05e7e8c78a2ddf831f0a35b90114a44bda6fff (patch) | |
tree | 3ef051547181f8c9a1fe1e5537d493b0946e99f6 /tools/tcltk-man2html.tcl | |
parent | 9af3b5f8c9624875b3824b588948e889708ce322 (diff) | |
download | tcl-1b05e7e8c78a2ddf831f0a35b90114a44bda6fff.zip tcl-1b05e7e8c78a2ddf831f0a35b90114a44bda6fff.tar.gz tcl-1b05e7e8c78a2ddf831f0a35b90114a44bda6fff.tar.bz2 |
bring doc and tools in line with http://wiki.tcl.tk/812
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 4379f22..0cb3ac7 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -1,6 +1,6 @@ #!/bin/sh # The next line is executed by /bin/sh, but not tcl \ -exec tclsh8.4 "$0" ${1+"$@"} +exec tclsh "$0" ${1+"$@"} package require Tcl 8.5 |