summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-08-21 18:48:13 (GMT)
committerGitHub <noreply@github.com>2017-08-21 18:48:13 (GMT)
commit9ee0e06f573d2e35444324bc308a1326bbba9a5f (patch)
tree8acdcc53fe96e63ae013be5018ecf13fc90d7f08 /ct-ng.in
parentb99b5288e762970d4b52c7c7b709bc725aa99edf (diff)
parent2aaa25d2e97460ab940225e9d10611996f541442 (diff)
Merge pull request #804 from stilor/detect-config-change
Various environment-related fixes
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/ct-ng.in b/ct-ng.in
index cf2edd1..0fc5499 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -32,10 +32,6 @@ 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 available to scripts/crostool-NG.sh
export CT_STOP:=$(STOP)
export CT_RESTART:=$(RESTART)