summaryrefslogtreecommitdiffstats
path: root/envsetup.sh
diff options
context:
space:
mode:
authorEmilio López <turl@tuxfamily.org>2013-11-03 13:04:27 -0300
committerAdnan Begovic <adnan@cyngn.com>2015-10-06 16:28:38 -0700
commitda3c78aa30f70e9bdb450d7a711d7d3c79527865 (patch)
tree4c8948ee46f91ccbfa973d74295c4eec2346c45f /envsetup.sh
parent9ad6eeac5c1c29df126f179f140b9a1f3a5c441a (diff)
downloadbuild-da3c78aa30f70e9bdb450d7a711d7d3c79527865.zip
build-da3c78aa30f70e9bdb450d7a711d7d3c79527865.tar.gz
build-da3c78aa30f70e9bdb450d7a711d7d3c79527865.tar.bz2
envsetup: drop unnecesary exports
export -f is a bashism and we don't actually need it, so lets remove it. Change-Id: I9228cef0c4a9543b3d34fdc39a368ad0238431e2
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()
{