summaryrefslogtreecommitdiffstats
path: root/library/platform/shell.tcl
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-06-09 20:11:22 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-06-09 20:11:22 (GMT)
commit81c023bcb0900a37988a5deb611bc4f4aba68545 (patch)
treed3535edbbcc4259f0a8b9c252f7fee50957430dc /library/platform/shell.tcl
parent8a156a221fe2df91c04841eefa6bfcac1700df40 (diff)
downloadtcl-81c023bcb0900a37988a5deb611bc4f4aba68545.zip
tcl-81c023bcb0900a37988a5deb611bc4f4aba68545.tar.gz
tcl-81c023bcb0900a37988a5deb611bc4f4aba68545.tar.bz2
* library/platform/platform.tcl: Added OSX Intel 64bit
* library/platform/pkgIndex.tcl: Package updated to version 1.0.9. * unix/Makefile.in: * win/Makefile.in:
Diffstat (limited to 'library/platform/shell.tcl')
-rw-r--r--library/platform/shell.tcl7
1 files changed, 5 insertions, 2 deletions
diff --git a/library/platform/shell.tcl b/library/platform/shell.tcl
index 407e639..e0a129a 100644
--- a/library/platform/shell.tcl
+++ b/library/platform/shell.tcl
@@ -1,3 +1,4 @@
+
# -*- tcl -*-
# ### ### ### ######### ######### #########
## Overview
@@ -104,8 +105,10 @@ proc ::platform::shell::LOCATE {bv ov} {
# here. If the found package is wrapped we copy the code somewhere
# where the spawned shell will be able to read it.
- # Note: This code depends on the form of the 'provide' command
- # generated by tm.tcl. Keep them in sync. See Bug 2255235.
+ # This code is brittle, it needs has to adapt to whatever changes
+ # are made to the TM code, i.e. the provide statement generated by
+ # tm.tcl
+
set pl [package ifneeded platform [package require platform]]
set base [lindex $pl end]