diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-05-26 20:33:50 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-05-26 20:33:50 +0000 |
commit | ba1de4c962ba5af62e47f2096c0f8520bba2debc (patch) | |
tree | 5bd2d196e40a64c3e8acd64c23d3949f8b0bdb9f /eclass/ccc.eclass | |
parent | Initial import. Ebuild submitted by Steingrim Dovland in bug 19391 (diff) | |
download | gentoo-2-ba1de4c962ba5af62e47f2096c0f8520bba2debc.tar.gz gentoo-2-ba1de4c962ba5af62e47f2096c0f8520bba2debc.tar.bz2 gentoo-2-ba1de4c962ba5af62e47f2096c0f8520bba2debc.zip |
*** empty log message ***
Diffstat (limited to 'eclass/ccc.eclass')
-rw-r--r-- | eclass/ccc.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ccc.eclass b/eclass/ccc.eclass index 293919372d52..712923c3dd1e 100644 --- a/eclass/ccc.eclass +++ b/eclass/ccc.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ccc.eclass,v 1.3 2003/05/26 20:06:10 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ccc.eclass,v 1.4 2003/05/26 20:33:50 taviso Exp $ # # Authors: Tavis Ormandy <taviso@gentoo.org> # Aron Griffis <agriffis@gentoo.org> @@ -98,7 +98,7 @@ ccc-fixup() # and show differences when debugging # # store the backup suffix. - local files="`line`" suffix=ccc-fixup-${$} + local files="`cat`" suffix=ccc-fixup-${$} sed --in-place=.${suffix} ${1} ${files} || return 1 [ ! "$DEBUG_CCC_ECLASS" ] && return 0 |