From 8bd4a8cf2c0d70bf09729c5f6b203b75f0e6fd52 Mon Sep 17 00:00:00 2001 From: dgp Date: Mon, 12 Mar 2018 14:41:20 +0000 Subject: Revert change that broke usage with Tcl 9 --- library/msgcat/pkgIndex.tcl | 1 - 1 file changed, 1 deletion(-) diff --git a/library/msgcat/pkgIndex.tcl b/library/msgcat/pkgIndex.tcl index 74a284f..2feb9c6 100644 --- a/library/msgcat/pkgIndex.tcl +++ b/library/msgcat/pkgIndex.tcl @@ -1,3 +1,2 @@ -if {![package vsatisfies [package provide Tcl] 8.5]} {return} if {![package vsatisfies [package provide Tcl] 8.6-]} {return} package ifneeded msgcat 1.7.0 [list source [file join $dir msgcat.tcl]] -- cgit v0.12