summaryrefslogtreecommitdiffstats
path: root/tcllib/support/installation/main.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-02-15 18:19:17 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-02-15 18:19:17 (GMT)
commitb863b050cd0148499e6725724829e066890f518c (patch)
tree7828a9e8d84da3f73abe446fc50a9c0b0c11528a /tcllib/support/installation/main.tcl
parent7f1623e3f658b2dc4ddad0f1b9309a156de82065 (diff)
downloadblt-b863b050cd0148499e6725724829e066890f518c.zip
blt-b863b050cd0148499e6725724829e066890f518c.tar.gz
blt-b863b050cd0148499e6725724829e066890f518c.tar.bz2
update tcllib
Diffstat (limited to 'tcllib/support/installation/main.tcl')
-rwxr-xr-xtcllib/support/installation/main.tcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tcllib/support/installation/main.tcl b/tcllib/support/installation/main.tcl
new file mode 100755
index 0000000..2a2aea3
--- /dev/null
+++ b/tcllib/support/installation/main.tcl
@@ -0,0 +1,5 @@
+# -*- tcl -*-
+# Entrypoint for starkit and -pack based distributions
+
+# Delegate to the installer application
+source [file join [file dirname [info script]] installer.tcl]