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.41.2.4 -r1.41.2.5 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 2 Oct 2013 08:29:06 -0000 1.41.2.4 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 2 Oct 2013 08:56:26 -0000 1.41.2.5 @@ -372,7 +372,7 @@ # We need to add that information back into the .info files. set package_path [acs_package_root_dir $package_key] - return [expr ![file exists "${package_path}/sql"] || [file exists "${package_path}/sql/[db_type]"]] + return [expr {![file exists "${package_path}/sql"] || [file exists "${package_path}/sql/[db_type]"]}] } ad_proc -private apm_source { __file } {