summaryrefslogtreecommitdiff
blob: b66012bf93d04a484c0c7f4157b7015dc4be0303 (plain)
1
2
3
4
5
6
7
8
9
# Copyright 2006-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

if ! declare -F elog >/dev/null ; then
	elog() {
		einfo "$@"
	}
fi