Index: openacs-4/packages/acs-bootstrap-installer/installer/install.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/install.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-bootstrap-installer/installer/install.tcl 26 Jan 2005 21:07:23 -0000 1.9 +++ openacs-4/packages/acs-bootstrap-installer/installer/install.tcl 10 Jan 2007 21:22:02 -0000 1.10 @@ -19,7 +19,7 @@ # ############# -if { [string compare $password $password_confirmation] } { +if {$password ne $password_confirmation } { install_return 200 "Passwords Don't Match" " The passwords you've entered don't match. Please try again. " @@ -51,7 +51,7 @@ install_do_packages_install -if { [empty_string_p $username] } { +if { $username eq "" } { set username $email } @@ -173,7 +173,7 @@

If not, please check your server error log, or contact your system administrator.

" -if { ![string equal $post_installation_message ""] } { +if { $post_installation_message ne "" } { ns_write $post_installation_message } else { ns_write "