aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/feeds
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-30 06:50:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-30 06:50:54 +0000
commitc77bedb0aebcd5197774b2e85139ceaf78d4f74b (patch)
treed7efd1f3df30d217b65cd6726851653b46969690 /scripts/feeds
parent18ff108c5301d4b936142b1924c431a5a1dc8ebc (diff)
downloadupstream-c77bedb0aebcd5197774b2e85139ceaf78d4f74b.tar.gz
upstream-c77bedb0aebcd5197774b2e85139ceaf78d4f74b.tar.bz2
upstream-c77bedb0aebcd5197774b2e85139ceaf78d4f74b.zip
scripts: unset GREP_OPTIONS in env and feeds (fixes #16924)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r41407 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@41408 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/feeds')
-rwxr-xr-xscripts/feeds1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/feeds b/scripts/feeds
index b1bdee597e..683c50531d 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