summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-29 20:09:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-29 20:09:09 (GMT)
commit39cc9d8a23ee168b1a7330b4ff649d58e28e2a26 (patch)
tree044ae08d764a5e3df19aa1c11c078343a7839b02 /tools/tcltk-man2html.tcl
parent1daf54dea7f75ed39c8b7ae5bc65a1c5cf7dcd87 (diff)
downloadtcl-39cc9d8a23ee168b1a7330b4ff649d58e28e2a26.zip
tcl-39cc9d8a23ee168b1a7330b4ff649d58e28e2a26.tar.gz
tcl-39cc9d8a23ee168b1a7330b4ff649d58e28e2a26.tar.bz2
Use the same shebang comment everywhere
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-xtools/tcltk-man2html.tcl2
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