From e67140117ecdc32dfe1967360391a29d59092b5b Mon Sep 17 00:00:00 2001 From: Markus Ullmann Date: Thu, 29 Nov 2007 23:12:13 +0000 Subject: more backticks fixes --- eclass/phpconfutils.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/phpconfutils.eclass') diff --git a/eclass/phpconfutils.eclass b/eclass/phpconfutils.eclass index c44b9c8bfec5..17e693a1c059 100644 --- a/eclass/phpconfutils.eclass +++ b/eclass/phpconfutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/phpconfutils.eclass,v 1.7 2007/11/22 21:52:12 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/phpconfutils.eclass,v 1.8 2007/11/29 23:12:13 jokey Exp $ # # ######################################################################## # @@ -34,7 +34,7 @@ phpconfutils_sort_flags() { # Sort the list of auto-magically enabled USE flags - PHPCONFUTILS_AUTO_USE="`echo ${PHPCONFUTILS_AUTO_USE} | tr '\040\010' '\012\012' | sort -u`" + PHPCONFUTILS_AUTO_USE="$(echo ${PHPCONFUTILS_AUTO_USE} | tr '\040\010' '\012\012' | sort -u)" } # ======================================================================== -- cgit v1.2.3-65-gdbad