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

Commit 88a12080 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

am: 04dc7c97

Change-Id: Ie8972870d6c9be28db85959e6607eb1b2f53d4ec
parents dfbf63db 04dc7c97
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