9 lines
281 B
Text
9 lines
281 B
Text
# Copyright 2006-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/profiles/base/profile.bashrc,v 1.7 2011/06/12 10:10:10 ferringb Exp $
|
|
|
|
if ! declare -F elog >/dev/null ; then
|
|
elog() {
|
|
einfo "$@"
|
|
}
|
|
fi
|