summaryrefslogtreecommitdiffstats
path: root/tcllib/support/devel/sak/readme/cmd.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-02-15 18:18:37 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-02-15 18:18:37 (GMT)
commit7f1623e3f658b2dc4ddad0f1b9309a156de82065 (patch)
treec4545af8e8fed1e426420e63dc6183cd7330d9d6 /tcllib/support/devel/sak/readme/cmd.tcl
parent4ebaf6a439560cadf7424b1427cd2f85e411179e (diff)
downloadblt-7f1623e3f658b2dc4ddad0f1b9309a156de82065.zip
blt-7f1623e3f658b2dc4ddad0f1b9309a156de82065.tar.gz
blt-7f1623e3f658b2dc4ddad0f1b9309a156de82065.tar.bz2
update tcllib
Diffstat (limited to 'tcllib/support/devel/sak/readme/cmd.tcl')
-rw-r--r--tcllib/support/devel/sak/readme/cmd.tcl25
1 files changed, 0 insertions, 25 deletions
diff --git a/tcllib/support/devel/sak/readme/cmd.tcl b/tcllib/support/devel/sak/readme/cmd.tcl
deleted file mode 100644
index 378ec46..0000000
--- a/tcllib/support/devel/sak/readme/cmd.tcl
+++ /dev/null
@@ -1,25 +0,0 @@
-# -*- tcl -*-
-# Implementation of 'readme'.
-
-# Available variables
-# * argv - Cmdline arguments
-# * base - Location of sak.tcl = Top directory of Tcllib distribution
-# * cbase - Location of all files relevant to this command.
-# * sbase - Location of all files supporting the SAK.
-
-package require sak::util
-package require sak::readme
-
-set raw 0
-set log 0
-set stem {}
-set tclv {}
-
-if {[llength $argv]} {
- sak::readme::usage
-}
-
-sak::readme::run
-
-##
-# ###