diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-29 20:09:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-29 20:09:09 (GMT) |
commit | ae2e31433479815f91be5e1382cb7f2580a14ddc (patch) | |
tree | 044ae08d764a5e3df19aa1c11c078343a7839b02 /tools/tcltk-man2html.tcl | |
parent | 986915b1fc9f3ad191721b4cb60476629d0ed4c4 (diff) | |
download | tcl-ae2e31433479815f91be5e1382cb7f2580a14ddc.zip tcl-ae2e31433479815f91be5e1382cb7f2580a14ddc.tar.gz tcl-ae2e31433479815f91be5e1382cb7f2580a14ddc.tar.bz2 |
Use the same shebang comment everywhere
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 ae9d68f..c96362f 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.4 |