summaryrefslogtreecommitdiff
path: root/glob.tcl
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-01-24 11:03:37 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-15 11:02:40 +1000
commit70a893dae1daa29a05cb00e17632312a663143c7 (patch)
tree5ca692c1b10c55258134efd4560a32a91b490134 /glob.tcl
parente448f2f3a3cd6b95b22de3cc87a2d22144da0ed1 (diff)
Build improvements
Add bio to list of default jim packages *: And include all extensions by default Don't bother to require readdir in glob ------------------------------------------------------------------------
Diffstat (limited to 'glob.tcl')
-rw-r--r--glob.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/glob.tcl b/glob.tcl
index 02da2c3..9eb37d0 100644
--- a/glob.tcl
+++ b/glob.tcl
@@ -33,7 +33,6 @@
# official policies, either expressed or implied, of the Jim Tcl Project.
package provide glob
-package require readdir
# If $dir is a directory, return a list of all entries
# it contains which match $pattern