summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gmail.com>2012-09-13 21:41:04 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-13 23:55:44 -0700
commita23d0f4432abcfd1ebe4f2a3961185ca653ff2e0 (patch)
tree6f66e33e5bb0f93a9f06d8509a970db0620c01d5 /bin/ebuild.sh
parent25a5296f29bc7153fa29e2dfe8de9d08d40d9944 (diff)
downloadportage-a23d0f4432abcfd1ebe4f2a3961185ca653ff2e0.tar.gz
portage-a23d0f4432abcfd1ebe4f2a3961185ca653ff2e0.tar.bz2
portage-a23d0f4432abcfd1ebe4f2a3961185ca653ff2e0.zip
Convert funcs of bashrc-functions.sh to __ prefixed namespace.
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 5178a3753..c6f267669 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -23,7 +23,7 @@ else
for x in diropts docompress exeopts get_KV insopts \
keepdir KV_major KV_micro KV_minor KV_to_int \
libopts register_die_hook register_success_hook \
- strip_duplicate_slashes \
+ __strip_duplicate_slashes \
use_with use_enable ; do
eval "${x}() {
if has \"\${EAPI:-0}\" 4-python; then