summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-02 09:02:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-02 09:02:53 (GMT)
commit4792d8fa003475b958ece0abf90a69cc56b6ff87 (patch)
tree635acee6a7924d49d3eff0316878fdc95d55a8c7 /library/init.tcl
parentb13ad887186f6e841d696f4b08dc53f9a2aab8a4 (diff)
parentd9762826b9be695651c7a4657a20246991e39dda (diff)
downloadtcl-4792d8fa003475b958ece0abf90a69cc56b6ff87.zip
tcl-4792d8fa003475b958ece0abf90a69cc56b6ff87.tar.gz
tcl-4792d8fa003475b958ece0abf90a69cc56b6ff87.tar.bz2
Merge trunk.
Gustaf's latest and greatest fix.
Diffstat (limited to 'library/init.tcl')
-rw-r--r--library/init.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/init.tcl b/library/init.tcl
index 05ac4a3..9bb28e9 100644
--- a/library/init.tcl
+++ b/library/init.tcl
@@ -12,7 +12,7 @@
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# This test intentionally written in pre-7.5 Tcl
+# This test intentionally written in pre-7.5 Tcl
if {[info commands package] == ""} {
error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]"
}
@@ -332,7 +332,7 @@ proc unknown args {
}
}
- if {([info level] == 1) && ([info script] eq "")
+ if {([info level] == 1) && ([info script] eq "")
&& [info exists tcl_interactive] && $tcl_interactive} {
if {![info exists auto_noexec]} {
set new [auto_execok $name]