commit | b64b7c3df7906342ca8abe8ae31c0c12ced3f401 | [log] [tgz] |
---|---|---|
author | Gerlando Falauto <gerlando.falauto@keymile.com> | Fri Aug 24 00:11:41 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Sep 18 12:01:52 2012 -0700 |
tree | d94787922964d2cc6dfd8b27cff971913dc2c3cb | |
parent | 152874b65b8060e7b026933ce332a9687256e28c [diff] |
env: make "env default" selective, check and apply Change the syntax (user API) for "env default": -f: override write-once variables var... : accept individual variable(s) -a: all (resetting the whole env is NOT the default behavior) Enable variable checking and make changes effective by enabling do_apply argument to himport_r(). Signed-off-by: Gerlando Falauto <gerlando.falauto@keymile.com>