Index: openacs-4/packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl 12 Apr 2001 16:58:18 -0000 1.1 +++ openacs-4/packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl 30 Nov 2002 17:14:16 -0000 1.2 @@ -45,7 +45,7 @@ # Remember that we've examined the file. set examined_files($file) 1 - if { [empty_string_p $check_file_func] || [eval "$check_file_func $file"] } { + if { [empty_string_p $check_file_func] || [eval [list $check_file_func $file]] } { # If it's a file, add to our list. If it's a # directory, add its contents to our list of files to # examine next time.