Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04dc7c97 authored by android-build-prod (mdb)'s avatar android-build-prod (mdb) Committed by android-build-merger
Browse files

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

am: f49d12ca

Change-Id: I2b931e302373545dc4a913067d6773143dd4cc11
parents f5374770 f49d12ca
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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