summaryrefslogtreecommitdiff
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
commite25787183df59f9258c179ffb60b1a6140ff0641 (patch)
treec72fd963d0f7830baf9e70864d27052c0c25066d /eclass/php-ext-source-r1.eclass
parentalpha stable wrt #182363, thanks to Brian Evans and Tobias Klausmann for testing (diff)
downloadgentoo-2-e25787183df59f9258c179ffb60b1a6140ff0641.tar.gz
gentoo-2-e25787183df59f9258c179ffb60b1a6140ff0641.tar.bz2
gentoo-2-e25787183df59f9258c179ffb60b1a6140ff0641.zip
Stylish.
Diffstat (limited to 'eclass/php-ext-source-r1.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