Index: openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl,v diff -u -N -r1.52 -r1.53 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 26 Apr 2018 08:56:37 -0000 1.52 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 1 May 2018 09:06:57 -0000 1.53 @@ -258,7 +258,7 @@ # pretend to the rest of the proc that we were passed the proc name incr n_args_remaining - set args [concat [list $proc_name] $args] + set args [linsert $args 0 $proc_name] } # (SDW - OpenACS). If proc_name is being defined inside a namespace, we