summaryrefslogtreecommitdiffstats
path: root/bin/bashrc-functions.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/bashrc-functions.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/bashrc-functions.sh')
-rw-r--r--bin/bashrc-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bashrc-functions.sh b/bin/bashrc-functions.sh
index 9fdf999fe..30a7a8e1e 100644
--- a/bin/bashrc-functions.sh
+++ b/bin/bashrc-functions.sh
@@ -23,7 +23,7 @@ register_success_hook() {
done
}
-strip_duplicate_slashes() {
+__strip_duplicate_slashes() {
if [[ -n $1 ]] ; then
local removed=$1
while [[ ${removed} == *//* ]] ; do