diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-06-01 11:56:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-06-01 11:56:37 (GMT) |
commit | 5fee89b1cba2dec073fe621b65f34c480fe15483 (patch) | |
tree | 668e99e4b8a89891b1f0a920626b54b35f29e702 /tools/man2html2.tcl | |
parent | 3f9f0e85ff34afdd6cfbc82c66b5e670d0deb4bb (diff) | |
download | tcl-5fee89b1cba2dec073fe621b65f34c480fe15483.zip tcl-5fee89b1cba2dec073fe621b65f34c480fe15483.tar.gz tcl-5fee89b1cba2dec073fe621b65f34c480fe15483.tar.bz2 |
Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH
Diffstat (limited to 'tools/man2html2.tcl')
-rw-r--r-- | tools/man2html2.tcl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/man2html2.tcl b/tools/man2html2.tcl index 163196e..e4ccedf 100644 --- a/tools/man2html2.tcl +++ b/tools/man2html2.tcl @@ -6,8 +6,6 @@ # # Copyright (c) 1996 by Sun Microsystems, Inc. -package require Tcl 8.4 - # Global variables used by these scripts: # # NAME_file - array indexed by NAME and containing file names used for |