On 12.05.2013 02:07, Seth Goldberg wrote:

> Hi,
> 
>   What about the feature environment variable to allow dynamic detection of 
> this enhancement?


if eval; then
   # Use eval
else
   # Don't use eval
fi

Or

if eval true; then
   # Use eval
else
   # Don't use eval
fi

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to