summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-07-21 11:23:11 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-07-21 11:23:11 +0000
commit5d4ffcb415377e571006679435c3d80f0e2192ea (patch)
treeee054c32fffd1915e2156a9c51adff339e07f011 /eclass
parentalpha stable wrt #182363, thanks to Brian Evans and Tobias Klausmann for testing (diff)
downloadhistorical-5d4ffcb415377e571006679435c3d80f0e2192ea.tar.gz
historical-5d4ffcb415377e571006679435c3d80f0e2192ea.tar.bz2
historical-5d4ffcb415377e571006679435c3d80f0e2192ea.zip
Stylish.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-ext-source-r1.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-ext-source-r1.eclass b/eclass/php-ext-source-r1.eclass
index 186d0824e048..0b863c31d799 100644
--- a/eclass/php-ext-source-r1.eclass
+++ b/eclass/php-ext-source-r1.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/php-ext-source-r1.eclass,v 1.10 2007/07/11 09:53:26 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r1.eclass,v 1.11 2007/07/21 11:23:11 chtekk Exp $
#
# Author: Tal Peer <coredumb@gentoo.org>
# Author: Stuart Herbert <stuart@gentoo.org>
@@ -38,7 +38,7 @@ php-ext-source-r1_src_compile() {
my_conf="--prefix=${PHPPREFIX} --with-php-config=${PHPCONFIG} ${my_conf}"
# Create configure out of config.m4
- if [ "${PHP_EXT_SKIP_PHPIZE}" != 'yes' ]; then
+ if [[ "${PHP_EXT_SKIP_PHPIZE}" != 'yes' ]] ; then
${PHPIZE}
fi