From dcb5d00875b8a6834e7e293aad9e3775518d18e6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 30 Jun 2014 06:50:22 +0000 Subject: scripts: unset GREP_OPTIONS in env and feeds (fixes #16924) Signed-off-by: Felix Fietkau SVN-Revision: 41407 --- scripts/feeds | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/feeds') diff --git a/scripts/feeds b/scripts/feeds index 85aeab5520..be07e59613 100755 --- a/scripts/feeds +++ b/scripts/feeds @@ -11,6 +11,7 @@ use Cwd 'abs_path'; chdir "$FindBin::Bin/.."; $ENV{TOPDIR}=getcwd(); $ENV{GIT_CONFIG_PARAMETERS}="'core.autocrlf=false'"; +$ENV{GREP_OPTIONS}=""; my $mk=`which gmake 2>/dev/null`; # select the right 'make' program chomp($mk); # trim trailing newline -- cgit v1.2.3