Index: openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl,v diff -u -r1.45 -r1.46 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 25 Apr 2018 19:23:25 -0000 1.45 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 9 May 2018 15:33:28 -0000 1.46 @@ -196,7 +196,7 @@ # We don't assume db_type proc is defined yet set system_db_type [nsv_get ad_database_type .] - set matching_files {} + set matching_files [list] foreach file $files { set rel_path [string range $file [string length $package_path]+1 end] set file_type [apm_guess_file_type $package_key $rel_path] @@ -368,7 +368,7 @@ if {$errorVarName ne ""} { upvar $errorVarName errors } else { - array set errors {} + array set errors [list] } if { ![file exists $__file] } { @@ -423,7 +423,7 @@ @param init Load initialization files @param procs Load the proc library files } { - set file_types {} + set file_types [list] if { $procs_p } { lappend file_types tcl_procs }