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

Unverified Commit ec92ea87 authored by Luca Stefani's avatar Luca Stefani Committed by Michael Bestas
Browse files

lunch: Use cd - instead of popd

* ZSH breaks a lot of things.

Change-Id: Idee8485bee673bebf6fe5857253306b20aa92eb5
parent eb5373ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -630,13 +630,13 @@ function lunch()
        T=$(gettop)
        pushd $T > /dev/null
        vendor/cm/build/tools/roomservice.py $product
        popd > /dev/null
        cd - > /dev/null
        check_product $product
    else
        T=$(gettop)
        pushd $T > /dev/null
        vendor/cm/build/tools/roomservice.py $product true
        popd > /dev/null
        cd - > /dev/null
    fi
    TARGET_PRODUCT=$product \
    TARGET_BUILD_VARIANT=$variant \