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

This commit is contained in:
Alan Stokes
2020-08-03 08:23:01 +00:00
committed by Android (Google) Code Review

View File

@@ -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