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

Commit 02156d14 authored by Marie Janssen's avatar Marie Janssen Committed by android-build-merger
Browse files

Merge "envsetup: fix for provision to work on zsh"

am: 4eb44e7a

* commit '4eb44e7a':
  envsetup: fix for provision to work on zsh
parents a95168b2 4eb44e7a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1520,7 +1520,8 @@ function provision()
        echo ""
        echo "ALL DATA ON THE DEVICE WILL BE IRREVOCABLY ERASED."
        echo ""
        read -p "Are you sure you want to do this (yes/no)? "
        echo -n "Are you sure you want to do this (yes/no)? "
        read
        if [[ "${REPLY}" != "yes" ]] ; then
            echo "Not taking any action. Exiting." >&2
            return 1