diff options
author | dgp <dgp@users.sourceforge.net> | 2003-07-16 14:31:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-07-16 14:31:06 (GMT) |
commit | 309ae192f3961bfe87bdbc4e1b43b2dc048148ba (patch) | |
tree | 19bfb94423c0d92e6cfca76e8a7c26da94d858eb /library/tcltest/pkgIndex.tcl | |
parent | 1334c5d933cd36acbf45e602e7644d6bb5b2d388 (diff) | |
download | tcl-309ae192f3961bfe87bdbc4e1b43b2dc048148ba.zip tcl-309ae192f3961bfe87bdbc4e1b43b2dc048148ba.tar.gz tcl-309ae192f3961bfe87bdbc4e1b43b2dc048148ba.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]] |