From: Felix Fietkau Date: Mon, 30 Jun 2014 06:50:54 +0000 (+0000) Subject: scripts: unset GREP_OPTIONS in env and feeds (fixes #16924) X-Git-Url: http://git.openwrt.org/openwrt/feeds.git?a=commitdiff_plain;h=19eb049d664c2cd21ca3dce1c134d04ecc0d253c;p=openwrt%2Fsvn-archive%2Fopenwrt.git scripts: unset GREP_OPTIONS in env and feeds (fixes #16924) Signed-off-by: Felix Fietkau Backport of r41407 SVN-Revision: 41408 --- 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