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

Commit e14bdba5 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

am: 88a12080

Change-Id: I663e8b201c63e9b3e1070350564d8a2fb4f997f2
parents d6e6da1d 88a12080
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