grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New command eval.


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: New command eval.
Date: Tue, 14 May 2013 09:21:02 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]