ct-ng.in
changeset 1734 ef453652ccc7
parent 1618 7f52e1cca71e
child 1876 a6a4beab3125
     1.1 --- a/ct-ng.in	Fri Oct 30 19:49:51 2009 +0100
     1.2 +++ b/ct-ng.in	Thu Jan 14 18:44:13 2010 +0100
     1.3 @@ -32,6 +32,10 @@
     1.4  # bash.
     1.5  export SHELL=$(bash)
     1.6  
     1.7 +# GREP_OPTIONS=--color=always will break the generated .in files
     1.8 +# We do not need any GREP_OPTIONS anyway, so set it to empty.
     1.9 +export GREP_OPTIONS=
    1.10 +
    1.11  # Make the restart/stop steps availabe to scripts/crostool-NG.sh
    1.12  export CT_STOP:=$(STOP)
    1.13  export CT_RESTART:=$(RESTART)