Merge "Stop being noisy about including the bash completions."

This commit is contained in:
android-build-prod (mdb) 2018-05-04 23:06:52 +00:00 committed by Gerrit Code Review
commit f49d12ca24
1 changed files with 0 additions and 1 deletions

View File

@ -331,7 +331,6 @@ function addcompletions()
for f in system/core/adb/adb.bash system/core/fastboot/fastboot.bash; do
if [ -f $f ]; then
echo "including $f"
. $f
fi
done