Re: [U-Boot] [PATCH v3 06/18] env: Hide '.' variables in env print by default

2012-11-02 Thread Wolfgang Denk
Dear Luka Perkov, In message <20121102104454.GA10982@w500> you wrote: > > On Thu, Nov 01, 2012 at 11:39:43AM -0500, Joe Hershberger wrote: > > When printing all variables with env print, don't print variables that > > begin with '.'. If env print is called with a '-a' switch, then > > include va

Re: [U-Boot] [PATCH v3 06/18] env: Hide '.' variables in env print by default

2012-11-02 Thread Luka Perkov
Hi Joe, On Thu, Nov 01, 2012 at 11:39:43AM -0500, Joe Hershberger wrote: > When printing all variables with env print, don't print variables that > begin with '.'. If env print is called with a '-a' switch, then > include variables that begin with '.' (just like the ls command). > > Variables pr

[U-Boot] [PATCH v3 06/18] env: Hide '.' variables in env print by default

2012-11-01 Thread Joe Hershberger
When printing all variables with env print, don't print variables that begin with '.'. If env print is called with a '-a' switch, then include variables that begin with '.' (just like the ls command). Variables printed explicitly will be printed even without the -a. Signed-off-by: Joe Hershberge