summaryrefslogtreecommitdiffstats
path: root/envsetup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'envsetup.sh')
-rw-r--r--envsetup.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/envsetup.sh b/envsetup.sh
index b36f86f..5e60dd9 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -1585,7 +1585,6 @@ function cmremote()
fi
echo You can now push to "cmremote".
}
-export -f cmremote
function aospremote()
{
@@ -1602,7 +1601,6 @@ function aospremote()
git remote add aosp https://android.googlesource.com/$PFX$PROJECT
echo "Remote 'aosp' created"
}
-export -f aospremote
function cafremote()
{
@@ -1619,8 +1617,6 @@ function cafremote()
git remote add caf git://codeaurora.org/$PFX$PROJECT
echo "Remote 'caf' created"
}
-export -f cafremote
-
function installboot()
{