X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Ffeeds;h=b1bdee597ea0f2e1a8c5da5553bd9064737cb949;hb=718c5af3225651cd193056b7d4763e61c34dc008;hp=b8c6825ed084a6e3810cd119486ceafe3a016891;hpb=87e474d1bbf1dc6f9502d86ac6b82a7e35f0d566;p=openwrt.git diff --git a/scripts/feeds b/scripts/feeds index b8c6825ed0..b1bdee597e 100755 --- a/scripts/feeds +++ b/scripts/feeds @@ -10,8 +10,9 @@ use Cwd 'abs_path'; chdir "$FindBin::Bin/.."; $ENV{TOPDIR}=getcwd(); +$ENV{GIT_CONFIG_PARAMETERS}="'core.autocrlf=false'"; -my $mk=`which gmake`; # select the right 'make' program +my $mk=`which gmake 2>/dev/null`; # select the right 'make' program chomp($mk); # trim trailing newline $mk or $mk = "make"; # default to 'make'