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

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

Merge "make croot slightly more useful"

am: 9d868c08

* commit '9d868c08':
  make croot slightly more useful

Change-Id: I04bb6e11ee9a0797ccdc180529c6ce7b0851ee1c
parents f77eb12f 9d868c08
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