Searched refs:RED (Results 1 – 2 of 2) sorted by relevance
8 RED="\033[00;31m"35 echo -e "Copyright of $RED$FILE$BLANK is out of date/incorrect"50 echo -e "Copyright header ""$RED""$PLATPROV""$BLANK"" is missing in ""$YELLOW""$FILE""$BLANK"89 …echo -e "$RED""Please stage updated files$BLANK before commiting or use$YELLOW git commit --no-ver…
36 RED='\033[0;31m'42 fail() { printf '%b[FAILED]%b\n' "${RED}" "${NC}"; }44 missing() { printf '%b[MISSING]%b\n' "${RED}" "${NC}"; }373 printf ' Result: %b%d CHECK(S) FAILED%b\n' "${RED}" "${ERRORS}" "${NC}"