From 1abb1b91c3c506575901118a0c365fae605846a8 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 30 Jun 2014 06:50:54 +0000 Subject: [PATCH] scripts: unset GREP_OPTIONS in env and feeds (fixes #16924) Signed-off-by: Felix Fietkau Backport of r41407 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@41408 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/env | 1 + scripts/feeds | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/env b/scripts/env index 24d4bec..5542b20 100755 --- a/scripts/env +++ b/scripts/env @@ -1,6 +1,7 @@ #!/usr/bin/env bash BASEDIR="$PWD" ENVDIR="$PWD/env" +export GREP_OPTIONS= usage() { cat </dev/null`; # select the right 'make' program chomp($mk); # trim trailing newline -- 2.11.0