Index: openacs-4/packages/acs-bootstrap-installer/installer.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-bootstrap-installer/installer.tcl 12 Apr 2001 16:58:18 -0000 1.1 +++ openacs-4/packages/acs-bootstrap-installer/installer.tcl 16 Apr 2001 04:46:21 -0000 1.2 @@ -121,7 +121,7 @@ ]} { set system_file "$system_file.tcl" } - source "[acs_root_dir]/www/SYSTEM/$system_file" + acs_source "[acs_root_dir]/www/SYSTEM/$system_file" return "filter_return" } @@ -145,7 +145,7 @@ ns_mutex lock [nsv_get acs_installer mutex] if { [catch { # Source the page and then unlock the mutex. - source $path + acs_source $path ns_mutex unlock [nsv_get acs_installer mutex] } error] } { # In case of an error, don't forget to unlock the mutex.