Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl,v diff -u -r1.126.2.28 -r1.126.2.29 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 28 Jul 2024 17:08:02 -0000 1.126.2.28 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 26 Aug 2024 08:48:43 -0000 1.126.2.29 @@ -319,7 +319,7 @@ # Unsatisfied dependency. set satisfied_p 0 # Check to see if we've recorded it already - set errmsg "Requires [lindex $req 0] of version >= [lindex $req 1]." + set errmsg "Requires [lindex $req 0] of version >= [lindex $req 1]" if { ![info exists install_error([pkg_info_key $pkg_info])] || $errmsg ni $install_error([pkg_info_key $pkg_info])} { lappend install_error([pkg_info_key $pkg_info]) $errmsg