diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-01-24 19:11:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-01-24 19:11:19 +0000 |
commit | b1b1287c63bc046bade220fbc7fdcc8bae590a4d (patch) | |
tree | 4a582bbc23d4a65ed23b2a44b5b38f6e4fc1e6bb /app-shells/ksh/ksh-93.20071105.ebuild | |
parent | fix brekage from mozilla defaults on x86 (diff) | |
download | historical-b1b1287c63bc046bade220fbc7fdcc8bae590a4d.tar.gz historical-b1b1287c63bc046bade220fbc7fdcc8bae590a4d.tar.bz2 historical-b1b1287c63bc046bade220fbc7fdcc8bae590a4d.zip |
Run helper script through /bin/sh #294817.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'app-shells/ksh/ksh-93.20071105.ebuild')
-rw-r--r-- | app-shells/ksh/ksh-93.20071105.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-shells/ksh/ksh-93.20071105.ebuild b/app-shells/ksh/ksh-93.20071105.ebuild index 5ced0cea8933..c3b844e5640e 100644 --- a/app-shells/ksh/ksh-93.20071105.ebuild +++ b/app-shells/ksh/ksh-93.20071105.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20071105.ebuild,v 1.6 2009/09/06 19:05:41 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20071105.ebuild,v 1.7 2010/01/24 19:11:19 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -39,7 +39,8 @@ src_unpack() { unpack INIT.${INIT_RELEASE}.tgz # `package read` will unpack any tarballs put in place. - "${S}"/bin/package read || die + # run through /bin/sh due to #141906 + /bin/sh "${S}"/bin/package read || die } src_compile() { |