diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-12 17:03:20 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-12 17:03:20 +0000 |
commit | a782eba32552a307d27094f44c250675dc24a0b6 (patch) | |
tree | a512334c3425ea31e98ec112b82f369a39571ceb /app-arch/unlzx/unlzx-1.1.ebuild | |
parent | ia64/s390/sh/sparc stable wrt #287031 (diff) | |
download | historical-a782eba32552a307d27094f44c250675dc24a0b6.tar.gz historical-a782eba32552a307d27094f44c250675dc24a0b6.tar.bz2 historical-a782eba32552a307d27094f44c250675dc24a0b6.zip |
QA fixes; unquoted variables
Package-Manager: portage-2.2_rc45/cvs/Linux x86_64
Diffstat (limited to 'app-arch/unlzx/unlzx-1.1.ebuild')
-rw-r--r-- | app-arch/unlzx/unlzx-1.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-arch/unlzx/unlzx-1.1.ebuild b/app-arch/unlzx/unlzx-1.1.ebuild index e480f1feae59..1e3b00f78761 100644 --- a/app-arch/unlzx/unlzx-1.1.ebuild +++ b/app-arch/unlzx/unlzx-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.26 2008/10/23 02:44:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.27 2009/10/12 17:03:20 halcy0n Exp $ inherit toolchain-funcs @@ -14,9 +14,9 @@ IUSE="" KEYWORDS="alpha amd64 ~hppa ppc sparc x86" src_unpack() { - mkdir ${S} - gzip -dc ${DISTDIR}/${PN}.c.gz > ${S}/unlzx.c - cp ${DISTDIR}/${PN}.c.gz.readme ${S}/${PN}.c.gz.readme + mkdir "${S}" + gzip -dc "${DISTDIR}"/${PN}.c.gz > "${S}"/unlzx.c + cp "${DISTDIR}"/${PN}.c.gz.readme "${S}"/${PN}.c.gz.readme } src_compile() { |