summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorhypnotoad <yoda@etoyoc.com>2014-09-06 11:41:26 (GMT)
committerhypnotoad <yoda@etoyoc.com>2014-09-06 11:41:26 (GMT)
commitd71ca8062f12ba4939f61415133f507a59d559ca (patch)
tree5999fe13d2c7f18ab8eb4ff55cb4fd7478bf5b9f /library
parent93f0ea159693904850561f47d8d12a018e76c6c0 (diff)
downloadtcl-d71ca8062f12ba4939f61415133f507a59d559ca.zip
tcl-d71ca8062f12ba4939f61415133f507a59d559ca.tar.gz
tcl-d71ca8062f12ba4939f61415133f507a59d559ca.tar.bz2
Created a designated bootloader for Tclkits under windows
On windows, tclkits build a private VFS instead of relying on make install Added a tool to build the tcl kit's VFS, as well as index the bundled packages
Diffstat (limited to 'library')
-rw-r--r--library/http/http.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl
index a6b2bfd..afa9458 100644
--- a/library/http/http.tcl
+++ b/library/http/http.tcl
@@ -12,7 +12,7 @@ package require Tcl 8.6
# Keep this in sync with pkgIndex.tcl and with the install directories in
# Makefiles
package provide http 2.8.8
-
+puts [list LOADED [info script]]
namespace eval http {
# Allow resourcing to not clobber existing data