summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-02-14 20:37:45 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-02-14 20:37:45 +0000
commit59de26881700f079f4aa31922705608c452fbdd6 (patch)
treeed76a66a72572694ea1455fffc65703ae9d28883
parentupdate mythtv eclass to support beta releases (diff)
downloadgentoo-2-59de26881700f079f4aa31922705608c452fbdd6.tar.gz
gentoo-2-59de26881700f079f4aa31922705608c452fbdd6.tar.bz2
gentoo-2-59de26881700f079f4aa31922705608c452fbdd6.zip
unquoted variable in obsolete function
-rw-r--r--eclass/mythtv.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mythtv.eclass b/eclass/mythtv.eclass
index 657ce4301abf..10ea705e8f64 100644
--- a/eclass/mythtv.eclass
+++ b/eclass/mythtv.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.8 2008/02/14 20:36:32 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.9 2008/02/14 20:37:45 cardoe Exp $
#
# @ECLASS: mythtv.eclass
# @MAINTAINER: Doug Goldstein <cardoe@gentoo.org>
@@ -54,6 +54,6 @@ fi
mythtv-fixes_patch() {
if [[ -n ${PATCHREV} ]]; then
- epatch ${WORKDIR}/${MY_PN}-${MY_PV}_svn${PATCHREV}.patch
+ epatch "${WORKDIR}/${MY_PN}-${MY_PV}_svn${PATCHREV}.patch"
fi
}