summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/base/profile.bashrc')
-rw-r--r--profiles/base/profile.bashrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/base/profile.bashrc b/profiles/base/profile.bashrc
new file mode 100644
index 000000000000..b66012bf93d0
--- /dev/null
+++ b/profiles/base/profile.bashrc
@@ -0,0 +1,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