Index: openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl,v diff -u -r1.28 -r1.29 --- openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 18 Dec 2006 11:23:06 -0000 1.28 +++ openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 10 Jan 2007 21:22:02 -0000 1.29 @@ -177,7 +177,7 @@ # thrown by a call to bootstrap_fatal_error. If not, bootstrap_fatal_error was # never called, so we need to call it now. global errorCode - if { [string compare $errorCode "bootstrap_fatal_error"] } { + if {$errorCode ne "bootstrap_fatal_error" } { bootstrap_fatal_error "Error during bootstrapping" 0 } }