summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/elog
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-12 05:56:15 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-12 05:56:15 +0000
commitd5a7578d0cad5f2540fed7987398bc441e78dbcf (patch)
tree96256d8013a1921a7cd33e9c864500c0a27b70b9 /bin/ebuild-helpers/elog
parentbea5f5b57eb9a5e9a0dde7503eceec0be64c0945 (diff)
downloadportage-d5a7578d0cad5f2540fed7987398bc441e78dbcf.tar.gz
portage-d5a7578d0cad5f2540fed7987398bc441e78dbcf.tar.bz2
portage-d5a7578d0cad5f2540fed7987398bc441e78dbcf.zip
Bug #262096 - Add separate eerror, elog, eqawarn, and ewarn binaries for
use by non-bash programs running inside the ebuild environment, such as sandbox. (trunk r13065) svn path=/main/branches/2.1.6/; revision=13079
Diffstat (limited to 'bin/ebuild-helpers/elog')
-rwxr-xr-xbin/ebuild-helpers/elog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/ebuild-helpers/elog b/bin/ebuild-helpers/elog
new file mode 100755
index 000000000..31df186d6
--- /dev/null
+++ b/bin/ebuild-helpers/elog
@@ -0,0 +1,8 @@
+#!/bin/bash
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
+
+${0##*/} "$@"