diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-07-21 11:23:11 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-07-21 11:23:11 +0000 |
commit | 5d4ffcb415377e571006679435c3d80f0e2192ea (patch) | |
tree | ee054c32fffd1915e2156a9c51adff339e07f011 /eclass | |
parent | alpha stable wrt #182363, thanks to Brian Evans and Tobias Klausmann for testing (diff) | |
download | historical-5d4ffcb415377e571006679435c3d80f0e2192ea.tar.gz historical-5d4ffcb415377e571006679435c3d80f0e2192ea.tar.bz2 historical-5d4ffcb415377e571006679435c3d80f0e2192ea.zip |
Stylish.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-ext-source-r1.eclass | 4 |
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 |