diff options
Diffstat (limited to 'app-shells/bash/bash-4.0.ebuild')
-rw-r--r-- | app-shells/bash/bash-4.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-shells/bash/bash-4.0.ebuild b/app-shells/bash/bash-4.0.ebuild index bb3b9ae9fd3f..fc516276b0cf 100644 --- a/app-shells/bash/bash-4.0.ebuild +++ b/app-shells/bash/bash-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0.ebuild,v 1.9 2009/02/25 21:54:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0.ebuild,v 1.10 2009/02/25 22:46:41 vapier Exp $ EAPI="1" @@ -73,6 +73,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-exit-checkjobs.patch epatch "${FILESDIR}"/${P}-declare-identifier.patch epatch "${FILESDIR}"/${P}-reset-parser-current-token.patch + epatch "${FILESDIR}"/${P}-pipeline-reserved-word.patch epatch "${FILESDIR}"/${PN}-4.0-negative-return.patch # Log bash commands to syslog #91327 if use bashlogger ; then |