diff options
author | Michael McCabe <randy@gentoo.org> | 2004-04-18 20:59:17 +0000 |
---|---|---|
committer | Michael McCabe <randy@gentoo.org> | 2004-04-18 20:59:17 +0000 |
commit | 5cb94ee17215c299e560ed01b047126f872e872f (patch) | |
tree | 48d93a2fd760360afb28118f48e680d0fcedb3fb /sys-libs | |
parent | allow $EPATCH_OPTS to override #33636 (diff) | |
download | gentoo-2-5cb94ee17215c299e560ed01b047126f872e872f.tar.gz gentoo-2-5cb94ee17215c299e560ed01b047126f872e872f.tar.bz2 gentoo-2-5cb94ee17215c299e560ed01b047126f872e872f.zip |
Fixed typo on line 403 of glibc-2.3.2-r10
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.2-r10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.2-r10.ebuild b/sys-libs/glibc/glibc-2.3.2-r10.ebuild index 4d7cfa1f4078..6a96adc1dafb 100644 --- a/sys-libs/glibc/glibc-2.3.2-r10.ebuild +++ b/sys-libs/glibc/glibc-2.3.2-r10.ebuild @@ -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/sys-libs/glibc/glibc-2.3.2-r10.ebuild,v 1.1 2004/04/18 16:24:33 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r10.ebuild,v 1.2 2004/04/18 20:59:17 randy Exp $ IUSE="nls pic build nptl" @@ -400,7 +400,7 @@ src_unpack() { patch -p 1 < ${FILESDIR}/2.3.1/glibc23-07-hppa-atomicity.dpatch fi - if ["${ARCH}" = "s390" ] + if [ "${ARCH}" = "s390" ] then # The deprecated ustat.h causes problems on s390 # |