Index: openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl,v diff -u -r1.23 -r1.24 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 11 Mar 2005 23:48:12 -0000 1.23 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 11 Mar 2005 23:51:55 -0000 1.24 @@ -773,7 +773,7 @@ } } - if {![string equal impl *] && ![info exists c]} { + if {![string equal $impl *] && ![info exists c]} { error "callback $callback implementation $impl does not exist" }