diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-23 02:58:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-23 02:58:32 +0000 |
commit | 27172257168dccf896a37de7f8fec043a3a8d249 (patch) | |
tree | 105da1337542a0500152d2363c1db0e87092fd11 /eclass/gnuconfig.eclass | |
parent | ver bump #54465 (Manifest recommit) (diff) | |
download | gentoo-2-27172257168dccf896a37de7f8fec043a3a8d249.tar.gz gentoo-2-27172257168dccf896a37de7f8fec043a3a8d249.tar.bz2 gentoo-2-27172257168dccf896a37de7f8fec043a3a8d249.zip |
fix small typo #38628
Diffstat (limited to 'eclass/gnuconfig.eclass')
-rw-r--r-- | eclass/gnuconfig.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index 09e33f15e2d6..8bb7e9c62bb5 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.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/gnuconfig.eclass,v 1.17 2004/05/28 20:56:10 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.18 2004/06/23 02:58:32 vapier Exp $ # # Author: Will Woods <wwoods@gentoo.org> # @@ -52,7 +52,7 @@ gnuconfig_do_update() { for target in $targetlist; do einfo " Updating ${target/$S\//}" cp -f ${configsubs_dir}/${file} ${target} - eend $! + eend $? done else ewarn " No ${file} found in ${S}, skipping.." |