From: Stefano Lattarini Date: Mon, 30 Apr 2012 21:25:18 +0000 (+0200) Subject: fixup: remove leftover "TERM=ansi" definition in 't/color.sh' X-Git-Tag: v1.12.0b~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bcc8fa10fba5b0a504ff3735862359e878693a3;p=platform%2Fupstream%2Fautomake.git fixup: remove leftover "TERM=ansi" definition in 't/color.sh' It should have actually be removed in commit 'v1.12-23-gb105d40'. Signed-off-by: Stefano Lattarini --- diff --git a/t/color.sh b/t/color.sh index c9fe302..c9a1ab9 100755 --- a/t/color.sh +++ b/t/color.sh @@ -19,9 +19,6 @@ . ./defs || Exit 1 -TERM=ansi -export TERM - esc='' # Escape '[' for grep, below. red="$esc\[0;31m"