From 85f1a2c67a7b20d28d950a4e595ef172cb28d156 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 8 May 2012 13:30:54 +0000 Subject: add further countermeasures against the git core.autocrlf option (fixes #9075) SVN-Revision: 31650 --- scripts/feeds | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/feeds') diff --git a/scripts/feeds b/scripts/feeds index b8c6825ed0..2c0baa6584 100755 --- a/scripts/feeds +++ b/scripts/feeds @@ -10,6 +10,7 @@ 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 chomp($mk); # trim trailing newline -- cgit v1.2.3