Browse Source

scripts: unset GREP_OPTIONS in env and feeds (fixes #16924)

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 41407
Felix Fietkau 11 years ago
parent
commit
dcb5d00875
2 changed files with 2 additions and 0 deletions
  1. 1 0
      scripts/env
  2. 1 0
      scripts/feeds

+ 1 - 0
scripts/env

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 BASEDIR="$PWD"
 ENVDIR="$PWD/env"
+export GREP_OPTIONS=
 
 usage() {
 	cat <<EOF

+ 1 - 0
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