From cd79969f28bd330ab5e96fdb4f3799f9379e2d51 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Sun, 6 Mar 2016 10:26:00 +0000 Subject: [PATCH] remove color command from no-color code --- urchin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urchin b/urchin index b327aa5..65c8399 100755 --- a/urchin +++ b/urchin @@ -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))" ;;