Merge remote-tracking branch 'upstream-public/pr/1249' into mbedtls-2.7-proposed

This commit is contained in:
Gilles Peskine 2018-03-11 00:12:22 +01:00
commit 4848b97bc7

View File

@ -328,7 +328,7 @@ if [ $KEEP_GOING -eq 1 ]; then
start_red=
end_color=
if [ -t 1 ]; then
case "$TERM" in
case "${TERM:-}" in
*color*|cygwin|linux|rxvt*|screen|[Eex]term*)
start_red=$(printf '\033[31m')
end_color=$(printf '\033[0m')