Index: openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl,v diff -u -r1.49.2.1 -r1.49.2.2 --- openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 14 Aug 2019 07:13:35 -0000 1.49.2.1 +++ openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 13 Jul 2020 12:02:33 -0000 1.49.2.2 @@ -641,7 +641,7 @@ # remove the prepended "/packages/" string regsub {^\/?packages\/} $relative_path {} relative_path - # remove the last chunk of the file name, since we're just looking for the root path + # remove the last chunk of the filename, since we're just looking for the root path # NOTE: THIS MAY NEED BETTER ABSTRACTION, since this assumes a naming scheme # of -rdbms.XXX (ben) regsub {\.xql} $relative_path {} relative_path