summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2009-10-12 09:20:21 +0000
committerJonathan Callen <jcallen@gentoo.org>2009-10-12 09:20:21 +0000
commit0c4b4385a158f276f089804c64530e4ea1d6c415 (patch)
treeaf5c51df7b23595d15c83d39861a9c6867dc8dc2 /kde-misc/komparator
parentQA fix: unquoted variable, shorter DESCRIPTION (diff)
downloadhistorical-0c4b4385a158f276f089804c64530e4ea1d6c415.tar.gz
historical-0c4b4385a158f276f089804c64530e4ea1d6c415.tar.bz2
historical-0c4b4385a158f276f089804c64530e4ea1d6c415.zip
QA fix: unquoted variable
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-misc/komparator')
-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
}