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 | 5512629c55fa452bfba1a83a012687a7e7d068ca (patch) | |
tree | 668e99e4b8a89891b1f0a920626b54b35f29e702 /tools/tclZIC.tcl | |
parent | 42eab451a68e72d9b6ad50e1f5bf3cad61979b8d (diff) | |
download | tcl-5512629c55fa452bfba1a83a012687a7e7d068ca.zip tcl-5512629c55fa452bfba1a83a012687a7e7d068ca.tar.gz tcl-5512629c55fa452bfba1a83a012687a7e7d068ca.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 1b19d82..1fa34be 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. |