diff options
Diffstat (limited to '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.." |