summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-10-30 10:06:41 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-10-30 10:06:41 +0000
commit40c71d8af5980e55bd468c3912024d591aa192bf (patch)
tree709eb6eb48d45f386911815f0f91ca943a32e09e /app-editors/xvile
parentx86 stable, bug #341755 (diff)
downloadgentoo-2-40c71d8af5980e55bd468c3912024d591aa192bf.tar.gz
gentoo-2-40c71d8af5980e55bd468c3912024d591aa192bf.tar.bz2
gentoo-2-40c71d8af5980e55bd468c3912024d591aa192bf.zip
Fix quoting, useless die
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/xvile')
-rw-r--r--app-editors/xvile/xvile-9.4d.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-editors/xvile/xvile-9.4d.ebuild b/app-editors/xvile/xvile-9.4d.ebuild
index 1f3bdad3877e..a07b11f9ed35 100644
--- a/app-editors/xvile/xvile-9.4d.ebuild
+++ b/app-editors/xvile/xvile-9.4d.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.4d.ebuild,v 1.10 2007/07/22 09:00:58 omp Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.4d.ebuild,v 1.11 2010/10/30 10:06:41 ssuominen Exp $
inherit eutils
@@ -32,11 +32,11 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack vile-9.4.tgz
- cd ${S} || die "cd failed"
+ cd "${S}"
local p
- for p in ${DISTDIR}/vile-${PV%[a-z]}[a-${P##*[0-9]}].patch.gz; do
- epatch ${p} || die "epatch failed"
+ for p in "${DISTDIR}"/vile-${PV%[a-z]}[a-${P##*[0-9]}].patch.gz; do
+ epatch ${p}
done
}