diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-02 02:27:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-03-02 02:27:40 +0000 |
commit | 24c33f7fd987e04e6d75b52fabd62a916d93c162 (patch) | |
tree | 1111046d4aa83554c72954a3f00a02bd3163e19c /app-shells/bash/files | |
parent | Initial commit. (diff) | |
download | gentoo-2-24c33f7fd987e04e6d75b52fabd62a916d93c162.tar.gz gentoo-2-24c33f7fd987e04e6d75b52fabd62a916d93c162.tar.bz2 gentoo-2-24c33f7fd987e04e6d75b52fabd62a916d93c162.zip |
old
Diffstat (limited to 'app-shells/bash/files')
-rw-r--r-- | app-shells/bash/files/bash-4.2-chkexport.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-shells/bash/files/bash-4.2-chkexport.patch b/app-shells/bash/files/bash-4.2-chkexport.patch deleted file mode 100644 index e6e4c31832aa..000000000000 --- a/app-shells/bash/files/bash-4.2-chkexport.patch +++ /dev/null @@ -1,15 +0,0 @@ -*** ../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; |