bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bash-4.2 Official Patch 5


From: Greg Wooledge
Subject: Re: Bash-4.2 Official Patch 5
Date: Tue, 1 Mar 2011 11:19:34 -0500
User-agent: Mutt/1.4.2.3i

On Tue, Mar 01, 2011 at 10:20:29AM -0500, Chet Ramey wrote:
> *** ../bash-4.2-patched/variables.c   2011-02-25 12:07:41.000000000 -0500
> --- variables.c       2011-03-01 10:13:04.000000000 -0500
> ***************
> *** 3661,3665 ****
>   
>     v = find_variable (name);
> !   if (exported_p (v))
>       {
>         array_needs_making = 1;
> --- 3661,3665 ----
>   
>     v = find_variable (name);
> !   if (v && exported_p (v))
>       {
>         array_needs_making = 1;

Fix works on HP-UX 10.20 as well, at least with the test case I was using:

  (unset TZ; printf '%(%Y-%m-%d %H:%M:%S %Z)T\n')



reply via email to

[Prev in Thread] Current Thread [Next in Thread]