diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-04 09:56:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-04 09:56:08 (GMT) |
commit | 86cfccca916781bdd91504a7d7b03d78cb6acfa8 (patch) | |
tree | e5bb8acc1ef00b24cec90992813d921bfc43c750 /library/init.tcl | |
parent | efb126543f991101ab3703d8f659d64674a54cd2 (diff) | |
parent | 1704d23d60d9f21edb117206e36ce0cf911ef376 (diff) | |
download | tcl-86cfccca916781bdd91504a7d7b03d78cb6acfa8.zip tcl-86cfccca916781bdd91504a7d7b03d78cb6acfa8.tar.gz tcl-86cfccca916781bdd91504a7d7b03d78cb6acfa8.tar.bz2 |
TIP 590: Recommend lowercase Package Names
Diffstat (limited to 'library/init.tcl')
-rw-r--r-- | library/init.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/init.tcl b/library/init.tcl index 52b97d8..b25a318 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -19,7 +19,7 @@ if {[info commands package] == ""} { error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]" } -package require -exact Tcl 8.7a4 +package require -exact tcl 8.7a4 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |