Skip to content
  • Wolfgang Denk's avatar
    env: allow to export only selected variables · 37f2fe74
    Wolfgang Denk authored
    
    
    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>
    37f2fe74