Skip to content
Snippets Groups Projects
Commit 37f2fe74 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

env: allow to export only selected variables


New syntax:
	env export [-t | -b | -c] [-s size] addr [var ...]

With this change it is possible to provide a list of variables names
that shall be exported.  Whenno arguments are given, the whole
environment gets exported.

NOTE: The new handling of the "size" argument means a change to the
user API.

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 5721385b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment