On 5/6/21 10:23 AM, Stefan Hajnoczi wrote: > The following shell statement: > > if eval "echo \$$_feature" = "yes" ; then > > executes: > > echo $... = "yes" > > It does not actually compare the variable named by $_feature to the > string "yes". > > Add the missing "test" call so the comparison happens as intended and > wrap the eval so it doesn't include the = "yes". Applied, thanks. -- Jens Axboe