summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 8a60431..8efe168 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -32,6 +32,10 @@ include $(CT_LIB_DIR)/paths.mk
# bash.
export SHELL=$(bash)
+# GREP_OPTIONS=--color=always will break the generated .in files
+# We do not need any GREP_OPTIONS anyway, so set it to empty.
+export GREP_OPTIONS=
+
# Make the restart/stop steps availabe to scripts/crostool-NG.sh
export CT_STOP:=$(STOP)
export CT_RESTART:=$(RESTART)