diff options
author | Sven Wegener <swegener@gentoo.org> | 2008-01-06 19:30:24 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2008-01-06 19:30:24 +0000 |
commit | 9ca41d0490fab832854f04091fc2573482545c98 (patch) | |
tree | a341461ff7594640c5afeb1f9855e4ac39f80bfb /eclass/php-lib-r1.eclass | |
parent | Add missing version separator line to ChangeLog. (diff) | |
download | historical-9ca41d0490fab832854f04091fc2573482545c98.tar.gz historical-9ca41d0490fab832854f04091fc2573482545c98.tar.bz2 historical-9ca41d0490fab832854f04091fc2573482545c98.zip |
whitespace
Diffstat (limited to 'eclass/php-lib-r1.eclass')
-rw-r--r-- | eclass/php-lib-r1.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/php-lib-r1.eclass b/eclass/php-lib-r1.eclass index 91150aa625bf..b24ef1d99c4a 100644 --- a/eclass/php-lib-r1.eclass +++ b/eclass/php-lib-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-lib-r1.eclass,v 1.8 2007/11/29 23:12:13 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-lib-r1.eclass,v 1.9 2008/01/06 19:30:24 swegener Exp $ # # Author: Stuart Herbert <stuart@gentoo.org> # Author: Luca Longinotti <chtekk@gentoo.org> @@ -59,7 +59,7 @@ php-lib-r1_src_install() { doins "${S_DIR}/${x}" done - for doc in ${DOCS} ; do - [[ -s ${doc} ]] && dodoc-php ${doc} - done + for doc in ${DOCS} ; do + [[ -s ${doc} ]] && dodoc-php ${doc} + done } |