mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 15:35:42 +01:00
Merge remote-tracking branch 'upstream-public/pr/1250' into mbedtls-2.1-proposed
This commit is contained in:
commit
857802afb3
@ -284,7 +284,7 @@ if [ $KEEP_GOING -eq 1 ]; then
|
|||||||
start_red=
|
start_red=
|
||||||
end_color=
|
end_color=
|
||||||
if [ -t 1 ]; then
|
if [ -t 1 ]; then
|
||||||
case "$TERM" in
|
case "${TERM:-}" in
|
||||||
*color*|cygwin|linux|rxvt*|screen|[Eex]term*)
|
*color*|cygwin|linux|rxvt*|screen|[Eex]term*)
|
||||||
start_red=$(printf '\033[31m')
|
start_red=$(printf '\033[31m')
|
||||||
end_color=$(printf '\033[0m')
|
end_color=$(printf '\033[0m')
|
||||||
|
Loading…
Reference in New Issue
Block a user