public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-shells/bash/files: bash-4.2-chkexport.patch
@ 2011-03-01 18:53 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2011-03-01 18:53 UTC (permalink / raw
  To: gentoo-commits

vapier      11/03/01 18:53:05

  Added:                bash-4.2-chkexport.patch
  Log:
  Add fix from upstream for brown bag bug in patch005.
  
  (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-shells/bash/files/bash-4.2-chkexport.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/files/bash-4.2-chkexport.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/files/bash-4.2-chkexport.patch?rev=1.1&content-type=text/plain

Index: bash-4.2-chkexport.patch
===================================================================
*** ../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;






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-shells/bash/files: bash-4.2-chkexport.patch
@ 2011-03-02  2:27 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2011-03-02  2:27 UTC (permalink / raw
  To: gentoo-commits

vapier      11/03/02 02:27:40

  Removed:              bash-4.2-chkexport.patch
  Log:
  old



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-02  2:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01 18:53 [gentoo-commits] gentoo-x86 commit in app-shells/bash/files: bash-4.2-chkexport.patch Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-02  2:27 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox