commit | f49d12ca240dcecf4aa35d94811cf47568a30a0c | [log] [tgz] |
---|---|---|
author | android-build-prod (mdb) <android-build-team-robot@google.com> | Fri May 04 23:06:52 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri May 04 23:06:52 2018 +0000 |
tree | 7ce48931e7f7c3c66698c0e94b81709857d9f0b7 | |
parent | f6806a7ff301cfd5fcf0838b44df87408874a397 [diff] | |
parent | 2f9152618f5d62919b9036fca34ae6e31ada7e3a [diff] |
Merge "Stop being noisy about including the bash completions."
diff --git a/envsetup.sh b/envsetup.sh index 1169ca8..bad16e2 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -331,7 +331,6 @@ for f in system/core/adb/adb.bash system/core/fastboot/fastboot.bash; do if [ -f $f ]; then - echo "including $f" . $f fi done