diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-10-03 00:36:51 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-10-03 00:36:51 +0000 |
commit | 96f0ea0ee9ef79c9c939d9c8d242219b2db5fd78 (patch) | |
tree | baa9e09386706f0ceca80af423ea3abd37e27fac /eclass/debug.eclass | |
parent | eclasses unmasked! (diff) | |
download | historical-96f0ea0ee9ef79c9c939d9c8d242219b2db5fd78.tar.gz historical-96f0ea0ee9ef79c9c939d9c8d242219b2db5fd78.tar.bz2 historical-96f0ea0ee9ef79c9c939d9c8d242219b2db5fd78.zip |
stupid typo
Diffstat (limited to 'eclass/debug.eclass')
-rw-r--r-- | eclass/debug.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/debug.eclass b/eclass/debug.eclass index 065354f12902..6b6deee40aee 100644 --- a/eclass/debug.eclass +++ b/eclass/debug.eclass @@ -1,14 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/debug.eclass,v 1.2 2001/10/02 19:43:22 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/debug.eclass,v 1.3 2001/10/03 00:36:51 danarmak Exp $ # This provides functions for verbose output for debugging # Note: we check whether these settings are set by "if [ "$FOO" ]; then". # Therefore set them to true/false only - not yes/no or whatever. # redirect output, unset to disable -# use e.g. /dev/tty6 for quiet uotput out of harm's way. +# use e.g. /dev/tty6 for quiet output out of harm's way. # todo: add support for loging into a file. DEBUG_OUTPUT="" |