From dcb5d00875b8a6834e7e293aad9e3775518d18e6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 30 Jun 2014 06:50:22 +0000 Subject: [PATCH] scripts: unset GREP_OPTIONS in env and feeds (fixes #16924) Signed-off-by: Felix Fietkau SVN-Revision: 41407 --- scripts/env | 1 + scripts/feeds | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/env b/scripts/env index 24d4bec64f..5542b2017b 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