Index: openacs.org-dev/packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl,v diff -u -r1.1.1.1 -r1.1.1.2 --- openacs.org-dev/packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl 9 Jul 2002 17:34:56 -0000 1.1.1.1 +++ openacs.org-dev/packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl 8 Oct 2002 15:46:41 -0000 1.1.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.