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.26 -r1.27 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 29 Mar 2005 10:28:38 -0000 1.26 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 30 Mar 2005 01:01:27 -0000 1.27 @@ -312,6 +312,7 @@ if { [llength $arg_split] == 2 } { set arg [lindex $arg_split 0] foreach flag [split [lindex $arg_split 1] ","] { + set flag [string trim $flag] if { ![string equal $flag "required"] && ![string equal $flag "boolean"] } { return -code error "Invalid flag \"$flag\"" }