summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-30 14:04:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-30 14:04:41 (GMT)
commit7b460da045b4378ddcd4db9d0f7978ba947463e9 (patch)
treed42e446e4b0568c28675897f30617cbda5ea694f /library/init.tcl
parent598bf515315927e0574743433fd85a6c79a9ea18 (diff)
parentd9e578497f04f635c607c31a80305cccf3654126 (diff)
downloadtcl-7b460da045b4378ddcd4db9d0f7978ba947463e9.zip
tcl-7b460da045b4378ddcd4db9d0f7978ba947463e9.tar.gz
tcl-7b460da045b4378ddcd4db9d0f7978ba947463e9.tar.bz2
merge trunk
Diffstat (limited to 'library/init.tcl')
-rw-r--r--library/init.tcl8
1 files changed, 2 insertions, 6 deletions
diff --git a/library/init.tcl b/library/init.tcl
index 8daab9d..ca0e840 100644
--- a/library/init.tcl
+++ b/library/init.tcl
@@ -636,12 +636,8 @@ proc auto_execok name {
}
set auto_execs($name) ""
- set shellBuiltins [list cls copy date del erase dir echo mkdir \
- md rename ren rmdir rd time type ver vol]
- if {$tcl_platform(os) eq "Windows NT"} {
- # NT includes the 'start' built-in
- lappend shellBuiltins "start"
- }
+ set shellBuiltins [list cls copy date del dir echo erase md mkdir \
+ mklink rd ren rename rmdir start time type ver vol]
if {[info exists env(PATHEXT)]} {
# Add an initial ; to have the {} extension check first.
set execExtensions [split ";$env(PATHEXT)" ";"]