Ticket #19224: patch-portutil.tcl.diff
| File patch-portutil.tcl.diff, 0.5 KB (added by perry@…, 3 years ago) |
|---|
-
portutil.tcl
1670 1670 } 1671 1671 } 1672 1672 1673 # add required variants 1674 foreach v [ditem_key $ditem requires] { 1675 if {![variant_isset $v]} { 1676 ui_debug "[option name]: Variant $name requires $v" 1677 variant_set $v 1678 } 1679 } 1680 1673 1681 # execute proc with same name as variant. 1674 1682 if {[catch "variant-${name}" result]} { 1675 1683 global errorInfo

