diff options
author | dgp <dgp@users.sourceforge.net> | 2003-09-10 20:29:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-09-10 20:29:59 (GMT) |
commit | 1acf9b7241eaddbf7682f4985b33b9c5eaf5b4a6 (patch) | |
tree | a1ea1fa908249962ae2305e86bb279299a0c3431 /library/opt/pkgIndex.tcl | |
parent | 12cb56c96a1573c7c267898f9134285e1ed96a47 (diff) | |
download | tcl-1acf9b7241eaddbf7682f4985b33b9c5eaf5b4a6.zip tcl-1acf9b7241eaddbf7682f4985b33b9c5eaf5b4a6.tar.gz tcl-1acf9b7241eaddbf7682f4985b33b9c5eaf5b4a6.tar.bz2 |
* library/opt/optparse.tcl: Overlooked dependence of opt 0.4.4
* library/opt/pkgIndex.tcl: on Tcl 8.2. Bumped to opt 0.4.4.1.
Diffstat (limited to 'library/opt/pkgIndex.tcl')
-rw-r--r-- | library/opt/pkgIndex.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/opt/pkgIndex.tcl b/library/opt/pkgIndex.tcl index 252cab5..754d2ee 100644 --- a/library/opt/pkgIndex.tcl +++ b/library/opt/pkgIndex.tcl @@ -8,5 +8,5 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -if {![package vsatisfies [package provide Tcl] 8]} {return} -package ifneeded opt 0.4.4 [list source [file join $dir optparse.tcl]] +if {![package vsatisfies [package provide Tcl] 8.2]} {return} +package ifneeded opt 0.4.4.1 [list source [file join $dir optparse.tcl]] |