diff options
author | pst <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
commit | 8bd128dbdcfa494c5de67f1aa036784f0b3ac26e (patch) | |
tree | cef0bba69f1833802f43364a0cde6945601e665a /contrib/tcl/library/opt0.1/pkgIndex.tcl | |
parent | 5b30c2fb530aac2933dce3197e33362c844d3039 (diff) | |
download | FreeBSD-src-8bd128dbdcfa494c5de67f1aa036784f0b3ac26e.zip FreeBSD-src-8bd128dbdcfa494c5de67f1aa036784f0b3ac26e.tar.gz |
Import TCL v8.0 PL2.
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 4e660cd..7a7ad90 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]] |