Merge "Stop being noisy about including the bash completions."
This commit is contained in:
committed by
Gerrit Code Review
commit
f49d12ca24
@@ -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
|
||||||
|
Reference in New Issue
Block a user