Re: The default value of TIMEFORMAT is incorrectly formatted

2013-11-02 Thread Geir Hauge
2013/11/2 Chet Ramey > On 11/1/13, 5:54 PM, Seungbeom Kim wrote: > > Description: > > The default value of TIMEFORMAT is incorrectly formatted: > > it is shown as $'\nreal\t%3lR\nuser\t%3lU\nsys%3lS' in the man > page, > > but it should be $'\nreal\t%3lR\nuser\t%3lU\nsys\t%3lS

Re: The default value of TIMEFORMAT is incorrectly formatted

2013-11-02 Thread Chet Ramey
On 11/1/13, 5:54 PM, Seungbeom Kim wrote: > Configuration Information [Automatically generated, do not change]: > Machine: x86_64 > OS: linux-gnu > Compiler: gcc > Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' > -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' > -D

Re: declare -g var should return a nonzero return code when it fails

2013-11-02 Thread Chet Ramey
On 11/1/13, 12:37 AM, Peggy Russell wrote: > Hi, > > "declare -g var" should return a nonzero return code when it fails. > > Declaring a local variable as global in a function, has a exit status of 0, > but the operation was not successful (see test_error). "help declare" and > the bash man pag