Message ID | 20200817182337.29144-2-ian.jackson@eu.citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [OSSTEST,1/2] Tcl: Use tclsh8.6 | expand |
diff --git a/tcl/JobDB-Executive.tcl b/tcl/JobDB-Executive.tcl index 56b61825..29c82821 100644 --- a/tcl/JobDB-Executive.tcl +++ b/tcl/JobDB-Executive.tcl @@ -15,7 +15,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -package require Pgtcl 1.5 +package require Pgtcl namespace eval jobdb {
This just serves to complicate upgrades. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> --- tcl/JobDB-Executive.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)