aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes2018-05-04 15:21:16 -0500
committerElliott Hughes2018-05-04 15:21:16 -0500
commit2f9152618f5d62919b9036fca34ae6e31ada7e3a (patch)
tree2606f7ee7066b40e30af2ba27f6b116f8c7531b6 /envsetup.sh
parent5b36fb759b2f24603a8fc322d1a24ebfb54eebdf (diff)
downloadplatform-build-2f9152618f5d62919b9036fca34ae6e31ada7e3a.tar.gz
platform-build-2f9152618f5d62919b9036fca34ae6e31ada7e3a.tar.xz
platform-build-2f9152618f5d62919b9036fca34ae6e31ada7e3a.zip
Stop being noisy about including the bash completions.
Now most of the other noise is gone, we should probably quiet down too. Bug: N/A Test: `source build/envsetup.sh` Change-Id: Ic5b169b1771163488e70d732276372efbf304bae
Diffstat (limited to 'envsetup.sh')
-rw-r--r--envsetup.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/envsetup.sh b/envsetup.sh
index 1169ca83a..bad16e23e 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -331,7 +331,6 @@ function addcompletions()
331 331
332 for f in system/core/adb/adb.bash system/core/fastboot/fastboot.bash; do 332 for f in system/core/adb/adb.bash system/core/fastboot/fastboot.bash; do
333 if [ -f $f ]; then 333 if [ -f $f ]; then
334 echo "including $f"
335 . $f 334 . $f
336 fi 335 fi
337 done 336 done