aboutsummaryrefslogtreecommitdiff
path: root/glob.tcl
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2009-07-28 17:25:37 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-15 10:11:02 +1000
commitb08812254a5da3f3d3331b05962d479db2aab314 (patch)
tree5a84fe7674221046106113c30150490c2826010e /glob.tcl
parent6461e8bf6ddf82ee974b4c63458915490d74a5ce (diff)
downloadjimtcl-b08812254a5da3f3d3331b05962d479db2aab314.zip
jimtcl-b08812254a5da3f3d3331b05962d479db2aab314.tar.gz
jimtcl-b08812254a5da3f3d3331b05962d479db2aab314.tar.bz2
Convert package to use jim-subcmd
Also, no need to install tcl extensions Display any errors from loading static extensions
Diffstat (limited to 'glob.tcl')
-rw-r--r--glob.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/glob.tcl b/glob.tcl
index 9529df0..ed96949 100644
--- a/glob.tcl
+++ b/glob.tcl
@@ -32,8 +32,8 @@
# are those of the authors and should not be interpreted as representing
# official policies, either expressed or implied, of the Jim Tcl Project.
-package provide glob 1.0
-package require readdir 1.0
+package provide glob
+package require readdir
# If $dir is a directory, return a list of all entries
# it contains which match $pattern