On 2013-10-03 20:35, Ryan Schmidt wrote: > if {${subport} ne "irods-doc"} { > variant unicore { > .... > } > } Ah, right, I keep forgetting about "eq" and "ne"... This is the better, correct way to compare the strings. Rainer