summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-03-07 15:01:09 +0000
committerMike Frysinger <vapier@gentoo.org>2010-03-07 15:01:09 +0000
commitc14c78609a202d5705c7ae4121cbb64ec6aaadb5 (patch)
tree78119ad429c80b34a276a45e061dadc2b9a6d306 /sys-devel
parentamd64 stable, bug 305287 (diff)
downloadgentoo-2-c14c78609a202d5705c7ae4121cbb64ec6aaadb5.tar.gz
gentoo-2-c14c78609a202d5705c7ae4121cbb64ec6aaadb5.tar.bz2
gentoo-2-c14c78609a202d5705c7ae4121cbb64ec6aaadb5.zip
fix double "ac-wrapper:" output in last error message
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rwxr-xr-xsys-devel/autoconf-wrapper/files/ac-wrapper-8.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/autoconf-wrapper/files/ac-wrapper-8.sh b/sys-devel/autoconf-wrapper/files/ac-wrapper-8.sh
index b39f02eb31df..73a4840dfdcb 100755
--- a/sys-devel/autoconf-wrapper/files/ac-wrapper-8.sh
+++ b/sys-devel/autoconf-wrapper/files/ac-wrapper-8.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/files/ac-wrapper-8.sh,v 1.1 2009/11/21 19:08:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/files/ac-wrapper-8.sh,v 1.2 2010/03/07 15:01:09 vapier Exp $
# Based on the ac-wrapper.pl script provided by MandrakeSoft
# Rewritten in bash by Gregorio Guidi
@@ -156,4 +156,4 @@ fi
exec "${binary}" "$@"
-err "ac-wrapper: was unable to exec ${binary} !?"
+err "was unable to exec ${binary} !?"