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

Commit 4eb44e7a authored by Marie Janssen's avatar Marie Janssen Committed by Gerrit Code Review
Browse files

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

parents c1c01c65 4afc2c0f
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