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

Commit 6c6d1bfb authored by Marie Janssen's avatar Marie Janssen Committed by android-build-merger
Browse files

Merge "make croot slightly more useful" am: 9d868c08 am: 6bba8165

am: 275ce160

* commit '275ce160':
  make croot slightly more useful

Change-Id: I6eb453855efb3dc539d7b79d236a0fc924ce2911
parents 1bf6e30f 275ce160
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -922,7 +922,11 @@ function croot()
{
    T=$(gettop)
    if [ "$T" ]; then
        if [ "$1" ]; then
            \cd $(gettop)/$1
        else
            \cd $(gettop)
        fi
    else
        echo "Couldn't locate the top of the tree.  Try setting TOP."
    fi