diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-14 22:23:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-14 22:23:50 +0000 |
commit | e19dfbb9f16849c3d4acbd9b6c3c016625f3dac9 (patch) | |
tree | 933f1c8e9653dabef6c4e1a98dc05d39da30ae6f /eclass | |
parent | Fix use invocation (diff) | |
download | historical-e19dfbb9f16849c3d4acbd9b6c3c016625f3dac9.tar.gz historical-e19dfbb9f16849c3d4acbd9b6c3c016625f3dac9.tar.bz2 historical-e19dfbb9f16849c3d4acbd9b6c3c016625f3dac9.zip |
Fix use invocation
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnustep.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnustep.eclass b/eclass/gnustep.eclass index bbbfa630d45f..c352a2ebbbeb 100644 --- a/eclass/gnustep.eclass +++ b/eclass/gnustep.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.18 2004/10/14 22:23:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.19 2004/10/14 22:23:50 mr_bones_ Exp $ inherit eutils flag-o-matic @@ -178,7 +178,7 @@ gnustep_src_compile() { gnustep_src_install() { egnustep_env egnustep_install || die - if [ `use doc` ]; then + if use doc ; then egnustep_env egnustep_doc || die fi |