diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-06-01 12:02:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-06-01 12:02:02 (GMT) |
commit | 5937053b54cde66ba71209b74b6d6732275cafec (patch) | |
tree | 39754f557d6db39c9bba9cb4f22b76f85a8527a3 /tools/tclZIC.tcl | |
parent | ca66ff4b66c7c2c37cf104ead999ae2fc8c85747 (diff) | |
parent | 5fee89b1cba2dec073fe621b65f34c480fe15483 (diff) | |
download | tcl-5937053b54cde66ba71209b74b6d6732275cafec.zip tcl-5937053b54cde66ba71209b74b6d6732275cafec.tar.gz tcl-5937053b54cde66ba71209b74b6d6732275cafec.tar.bz2 |
Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH
Diffstat (limited to 'tools/tclZIC.tcl')
-rwxr-xr-x | tools/tclZIC.tcl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/tclZIC.tcl b/tools/tclZIC.tcl index 005919a..85c9ba9 100755 --- a/tools/tclZIC.tcl +++ b/tools/tclZIC.tcl @@ -30,8 +30,6 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. #---------------------------------------------------------------------- -package require Tcl 8.5 - # Define the names of the Olson files that we need to load. # We avoid the solar time files and the leap seconds. |