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.33 -r1.34 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 2 May 2006 09:44:41 -0000 1.33 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 4 Jun 2006 00:45:22 -0000 1.34 @@ -784,7 +784,7 @@ set c [catch {::uplevel 1 $procname $args} ret] switch -exact $c { 0 { # code ok - if { $ret ne ""} { + if { $ret ne "" } { lappend returns $ret } }