]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
env: fix the env export varname
authorPierre Aubert <p.aubert@staubli.com>
Tue, 8 Oct 2013 12:20:27 +0000 (14:20 +0200)
committerTom Rini <trini@ti.com>
Fri, 8 Nov 2013 20:25:14 +0000 (15:25 -0500)
commit9a8323311ca500579b86905fcf539f17c193ce25
tree1dd161d5401fb5cf2a5c7c89ea683a34486828ae
parent2a19de42eca547ceff341cce3810f3a9d795ef96
env: fix the env export varname

The env export command doesn't export the first variable of the list
since commit 5a31ea04c9ee5544fbb70ad7597ea4b294840eab
"env grep" - reimplement command using hexport_r()

Signed-off-by: Pierre Aubert <p.aubert@staubli.com>
common/cmd_nvedit.c
lib/hashtable.c