diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
commit | f25b19db8d50748d4f75272ae324cad27788d9b3 (patch) | |
tree | cef0bba69f1833802f43364a0cde6945601e665a /contrib/tcl/library/opt0.1/pkgIndex.tcl | |
parent | 539e1e66ff6f99c987c8e03872ddaea5260db8f7 (diff) | |
download | src-vendor/tcl.tar.gz src-vendor/tcl.zip |
Import TCL v8.0 PL2.vendor/tcl
Notes
Notes:
svn path=/vendor/tcl/dist/; revision=31434
Diffstat (limited to 'contrib/tcl/library/opt0.1/pkgIndex.tcl')
-rw-r--r-- | contrib/tcl/library/opt0.1/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tcl/library/opt0.1/pkgIndex.tcl b/contrib/tcl/library/opt0.1/pkgIndex.tcl index 4e660cd69872..7a7ad90cc054 100644 --- a/contrib/tcl/library/opt0.1/pkgIndex.tcl +++ b/contrib/tcl/library/opt0.1/pkgIndex.tcl @@ -4,4 +4,4 @@ # the package now, so they can readily use it # and even "namespace import tcl::*" ... # (tclPkgSetup just makes things slow and do not work so well with namespaces) -package ifneeded opt 0.1 [list source [file join $dir optparse.tcl]] +package ifneeded opt 0.2 [list source [file join $dir optparse.tcl]] |