commit | 1e3cdf388f6eac5c353e5c7332bcac090b70092e | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sun Nov 06 22:49:44 2011 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Tue Nov 08 13:20:42 2011 +0100 |
tree | df4a0306161ef740045c011f6847ed50fb47a120 | |
parent | ceaf6127d8b36ba3875000c36b6982ae65ca4e94 [diff] |
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: Wolfgang Denk <wd@denx.de>