aboutsummaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-08-19 23:11:27 -0700
committerAlexey Neyman <stilor@att.net>2017-08-21 08:41:14 -0700
commit0346153bdbbcbccfb51469135bf019551df93471 (patch)
tree0fa49b682d928cd4b673150f616c03fabfbaa0bf /ct-ng.in
parent2bdb632495e5e9e34ee3e8856cda134bef7d218e (diff)
downloadcrosstool-ng-0346153bdbbcbccfb51469135bf019551df93471.tar.gz
crosstool-ng-0346153bdbbcbccfb51469135bf019551df93471.tar.bz2
crosstool-ng-0346153bdbbcbccfb51469135bf019551df93471.zip
Save export status for environment vars
... and limit our modifications to our variables. Fixes #762. Signed-off-by: Alexey Neyman <stilor@att.net>
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 cf2edd1a..0fc5499e 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)