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

Commit 275ce160 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

* commit '6bba8165':
  make croot slightly more useful

Change-Id: I09d8a71f227ad7960884840dae18ebba3197062f
parents e58300cc 6bba8165
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