diff options
author | dgp <dgp@users.sourceforge.net> | 2003-07-16 14:31:35 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-07-16 14:31:35 (GMT) |
commit | 3bf05e9189615ea7d195ecd15f452092916d278d (patch) | |
tree | f3340b7a3894f749135fb1b1f30e7600f73bc14b /library/tcltest/pkgIndex.tcl | |
parent | 935c14cb00b479bcbc41fc40394c159f2785efbd (diff) | |
download | tcl-3bf05e9189615ea7d195ecd15f452092916d278d.zip tcl-3bf05e9189615ea7d195ecd15f452092916d278d.tar.gz tcl-3bf05e9189615ea7d195ecd15f452092916d278d.tar.bz2 |
* library/tcltest/tcltest.tcl (ProcessFlags): Corrected broken call
* library/tcltest/pkgIndex.tcl: to [lrange]. Bumped
to version 2.2.4. [Bug 772333]
Diffstat (limited to 'library/tcltest/pkgIndex.tcl')
-rw-r--r-- | library/tcltest/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tcltest/pkgIndex.tcl b/library/tcltest/pkgIndex.tcl index b91babd..2d9b07e 100644 --- a/library/tcltest/pkgIndex.tcl +++ b/library/tcltest/pkgIndex.tcl @@ -9,4 +9,4 @@ # full path name of this file's directory. if {![package vsatisfies [package provide Tcl] 8.3]} {return} -package ifneeded tcltest 2.2.3 [list source [file join $dir tcltest.tcl]] +package ifneeded tcltest 2.2.4 [list source [file join $dir tcltest.tcl]] |