30 Jun
2010
30 Jun
'10
2:57 a.m.
In the file dports/_resources/port1.0/group/select-1.0.tcl:54-60 {{{ post-destroot { if {${select.file} != "" || ${select.group} != ""} { select::install ${select.group} ${select.file} } else { ui_debug "PortGroup select: select.group or select.file not set" } } }}} Q: Shouldn't the "||" be "&&" instead? I think one never wants to install a select file unless both the filename and group are specified. I'm happy to make the change, just double checking that I understand the intent. - MLD