From 0346153bdbbcbccfb51469135bf019551df93471 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 19 Aug 2017 23:11:27 -0700 Subject: Save export status for environment vars ... and limit our modifications to our variables. Fixes #762. Signed-off-by: Alexey Neyman --- ct-ng.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ct-ng.in') 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) -- cgit v1.2.3