summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gmail.com>2012-09-13 23:29:44 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-14 00:14:21 -0700
commit5a3fb946698ec789e724158ec5742cdc49ac7473 (patch)
treeb743666482ef77988b305f43c550b8fcdcadb4be /bin/misc-functions.sh
parent4c14931d6ae701bd83bbe526001d2b7ba664b58e (diff)
downloadportage-5a3fb946698ec789e724158ec5742cdc49ac7473.tar.gz
portage-5a3fb946698ec789e724158ec5742cdc49ac7473.tar.bz2
portage-5a3fb946698ec789e724158ec5742cdc49ac7473.zip
Convert funcs of ebuild.sh to __ prefixed namespace.
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index fe38e23b8..486b8d29a 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -1254,7 +1254,7 @@ install_hooks() {
}
if [ -n "${MISC_FUNCTIONS_ARGS}" ]; then
- source_all_bashrcs
+ __source_all_bashrcs
[ "$PORTAGE_DEBUG" == "1" ] && set -x
for x in ${MISC_FUNCTIONS_ARGS}; do
${x}