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

View File

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