diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-30 06:01:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-30 06:01:36 (GMT) |
commit | 244f061accf094710943bd8c6f0dccb423f614ed (patch) | |
tree | 12427ec98351f44c5a327dee26a50c38448b4270 /tools/tcltk-man2html.tcl | |
parent | 5a7a628375d4ce2645419adcc61acc3c0bb19ab6 (diff) | |
parent | ae2e31433479815f91be5e1382cb7f2580a14ddc (diff) | |
download | tcl-244f061accf094710943bd8c6f0dccb423f614ed.zip tcl-244f061accf094710943bd8c6f0dccb423f614ed.tar.gz tcl-244f061accf094710943bd8c6f0dccb423f614ed.tar.bz2 |
Use the same shebang comment everywhere
don't install tommath_(super)?class.h
don't install directories like 8.2 and 8.3
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 978aa86..c6932d0 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 |