remove color command from no-color code

This commit is contained in:
Thomas Levine 2016-03-06 10:26:00 +00:00
parent 6cdbe27bbf
commit cd79969f28
1 changed files with 1 additions and 1 deletions

2
urchin
View File

@ -339,7 +339,7 @@ report_outcome() {
if "${print_in_color}"; then
printf '\033[31m✗ \033[0m'
else
printf '✗ \033[0m'
printf '✗ '
fi
echo "${the_shell} ("${file_elapsed}" $(plural second $file_elapsed))"
;;