brcm47xx: migrate basic network settings from old releases
[lede.git] / scripts / feeds
index 85aeab5520f69661ed7df19bb4a59f25c351d5aa..be07e59613cf9330e747723efa3312ac86fab1e5 100755 (executable)
@@ -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