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

Commit 061dd2c1 authored by Koushik Dutta's avatar Koushik Dutta
Browse files

The bash completion stuff is crapping out on darwin. Disabling.

Let me know if I am doing something wrong.

Change-Id: I6f61f869140b26db0a119617b353e0952eeaebeb
parent d9fd6ebe
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -256,6 +256,10 @@ function settitle()

function addcompletions()
{
    if [ "$(uname)" = "Darwin" ] ; then
        return
    fi

    local T dir f

    # Keep us from trying to run in something that isn't bash.