summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-04 13:59:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-04 13:59:04 (GMT)
commit0477cb15f93e08f2ef2651122ec92163cbf621c0 (patch)
tree63a0af3987ea729bca9ab3b1d9e6129d89e1a07d /library
parent00deed9129815de66856273e30bc92649e6c111b (diff)
downloadtcl-0477cb15f93e08f2ef2651122ec92163cbf621c0.zip
tcl-0477cb15f93e08f2ef2651122ec92163cbf621c0.tar.gz
tcl-0477cb15f93e08f2ef2651122ec92163cbf621c0.tar.bz2
Make pkgIndex.tcl from msgcat work for Tcl 9.0 (not really necessary, but for consistancy)
Diffstat (limited to 'library')
-rw-r--r--library/msgcat/pkgIndex.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/msgcat/pkgIndex.tcl b/library/msgcat/pkgIndex.tcl
index 7cdb703..72c5dc0 100644
--- a/library/msgcat/pkgIndex.tcl
+++ b/library/msgcat/pkgIndex.tcl
@@ -1,2 +1,2 @@
-if {![package vsatisfies [package provide Tcl] 8.5]} {return}
+if {![package vsatisfies [package provide Tcl] 8.5-]} {return}
package ifneeded msgcat 1.6.1 [list source [file join $dir msgcat.tcl]]