summaryrefslogtreecommitdiffstats
path: root/bin/save-ebuild-env.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/save-ebuild-env.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/save-ebuild-env.sh')
-rw-r--r--bin/save-ebuild-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh
index 6b38e5d9a..c09ce5b59 100644
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -56,7 +56,7 @@ save_ebuild_env() {
addread addwrite adddeny addpredict _sb_append_var \
use usev useq has_version portageq \
best_version use_with use_enable register_die_hook \
- keepdir unpack strip_duplicate_slashes econf einstall \
+ keepdir unpack __strip_duplicate_slashes econf einstall \
dyn_setup dyn_unpack dyn_clean into insinto exeinto docinto \
insopts diropts exeopts libopts docompress \
abort_handler abort_prepare abort_configure abort_compile \