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

Commit f49d12ca authored by android-build-prod (mdb)'s avatar android-build-prod (mdb) Committed by Gerrit Code Review
Browse files

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

parents f6806a7f 2f915261
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