If a recipe that look like this: foo: ... { if ack then { .... } } is there a way to rewrite it as: foo: ... { if [not ack] then break; .... } --Aryeh