Index: openacs-4/packages/cookie-consent/www/sitewide-admin/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cookie-consent/www/sitewide-admin/index.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/cookie-consent/www/sitewide-admin/index.tcl 22 Dec 2017 17:28:59 -0000 1.2 +++ openacs-4/packages/cookie-consent/www/sitewide-admin/index.tcl 20 Jan 2018 22:57:54 -0000 1.3 @@ -5,6 +5,15 @@ set what "Cookie Consent Widget" set version $::cookieconsent::version + +if {$::tcl_version eq "8.5"} { + # + # In Tcl 8.5, "::try" was not yet a builtin of Tcl + # + package require try +} + + # # Get version info about the resource files of this package. If not # locally installed, offer a link for download.