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

Commit f2081ee4 authored by Alan Stokes's avatar Alan Stokes Committed by Android (Google) Code Review
Browse files

Merge "Use red-on-white rather than red-on-black."

parents 18bd0feb 293096a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ else
        if (( count == 0 )); then
            echo
        fi
        echo -e "\033[0;31mThe source of truth for '$file' is in AOSP.\033[0m"
        echo -e "\033[0;31;47mThe source of truth for '$file' is in AOSP.\033[0m"
        (( count++ ))
    done < <(git show --name-only --pretty=format: $1 | grep -- "$2")
    if (( count != 0 )); then