summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-10-12 09:20:21 +0000
committerJonathan Callen <abcd@gentoo.org>2009-10-12 09:20:21 +0000
commit482aa73d1153860fb4283bcc0c097137f2e066c4 (patch)
treeb43aba506fad91ca810977ea33bcb8309938e9d5 /kde-misc
parentQA fix: unquoted variable, shorter DESCRIPTION (diff)
downloadgentoo-2-482aa73d1153860fb4283bcc0c097137f2e066c4.tar.gz
gentoo-2-482aa73d1153860fb4283bcc0c097137f2e066c4.tar.bz2
gentoo-2-482aa73d1153860fb4283bcc0c097137f2e066c4.zip
QA fix: unquoted variable
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/komparator/ChangeLog7
-rw-r--r--kde-misc/komparator/komparator-0.6.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/kde-misc/komparator/ChangeLog b/kde-misc/komparator/ChangeLog
index f387075228c8..c48dcf048fce 100644
--- a/kde-misc/komparator/ChangeLog
+++ b/kde-misc/komparator/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-misc/komparator
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/komparator/ChangeLog,v 1.5 2008/03/01 18:51:20 philantrop Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/komparator/ChangeLog,v 1.6 2009/10/12 09:20:21 abcd Exp $
+
+ 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> komparator-0.6.ebuild:
+ QA fix: unquoted variable
*komparator-0.9 (01 Mar 2008)
diff --git a/kde-misc/komparator/komparator-0.6.ebuild b/kde-misc/komparator/komparator-0.6.ebuild
index 31502bf7ffcb..c2312108dab2 100644
--- a/kde-misc/komparator/komparator-0.6.ebuild
+++ b/kde-misc/komparator/komparator-0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/komparator/komparator-0.6.ebuild,v 1.1 2007/08/27 15:50:03 keytoaster Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/komparator/komparator-0.6.ebuild,v 1.2 2009/10/12 09:20:21 abcd Exp $
inherit eutils kde
@@ -21,5 +21,5 @@ src_unpack() {
kde_src_unpack
# Fix the desktop file for compliance with the spec.
- sed -i -e 's/%u %u/%U/' ${S}/src/${PN}.desktop
+ sed -i -e 's/%u %u/%U/' "${S}"/src/${PN}.desktop
}