summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-06-01 12:03:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-06-01 12:03:50 (GMT)
commit5331fe2426d21535fabda8f3cc23c92c0b98be9a (patch)
tree1660dd27bf6585b5388ca39c41f97673229ea518 /tools/tcltk-man2html.tcl
parent68e030c1017b44bc5b0f1a625f06350058bea3ed (diff)
parent5937053b54cde66ba71209b74b6d6732275cafec (diff)
downloadtcl-5331fe2426d21535fabda8f3cc23c92c0b98be9a.zip
tcl-5331fe2426d21535fabda8f3cc23c92c0b98be9a.tar.gz
tcl-5331fe2426d21535fabda8f3cc23c92c0b98be9a.tar.bz2
Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH
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 6d899a0..9a372b7 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -1,6 +1,6 @@
#!/usr/bin/env tclsh
-if {[catch {package require Tcl 8.6} msg]} {
+if {[catch {package require Tcl 8.6-} msg]} {
puts stderr "ERROR: $msg"
puts stderr "If running this script from 'make html', set the\
NATIVE_TCLSH environment\nvariable to point to an installed\