From: nbd Date: Mon, 30 Jun 2014 06:50:22 +0000 (+0000) Subject: scripts: unset GREP_OPTIONS in env and feeds (fixes #16924) X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=5e4ca9f884de05c57a30338189f38cdd97680b4d scripts: unset GREP_OPTIONS in env and feeds (fixes #16924) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41407 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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