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

Commit eb73384e authored by Michael Wright's avatar Michael Wright
Browse files

Fixed whitespace and env pollution issues in pez

Change-Id: I40574d6cdab31e920535c09d24fe8463aee57586
parent f0d08ebd
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -1238,8 +1238,8 @@ function set_java_home() {

# Print colored exit condition
function pez {
	$@
        retval=$?
    "$@"
    local retval=$?
    if [ $retval -ne 0 ]
    then
        echo -e "\e[0;31mFAILURE\e[00m"