[U-Boot] cmd_nvedit.c: Add env exists command

Tom Rini trini at ti.com
Fri Nov 8 23:29:19 CET 2013


On Tue, Oct 22, 2013 at 07:07:34PM -0500, Andrew Ruder wrote:

> env exists is a way to test (in hush) if an environment variable
> exists.  A workaround existed using printenv but this new command
> doesn't require all the stdout/stderr redirection to prevent
> printing information to the screen.
> 
> Example:
> $ set testexists 1
> $ env exists testexists && echo "yes"
> yes
> $ env exists testexists || echo "no"
> $ set testexists
> $ env exists testexists && echo "yes"
> $ env exists testexists || echo "no"
> no
> $
> 
> Signed-off-by: Andrew Ruder <andrew.ruder at elecsyscorp.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20131108/1007c3d8/attachment.pgp>


More information about the U-Boot mailing list