add further countermeasures against the git core.autocrlf option (fixes #9075)

SVN-Revision: 31650
This commit is contained in:
Felix Fietkau
2012-05-08 13:30:54 +00:00
parent 7fb394b9ab
commit 85f1a2c67a
2 changed files with 2 additions and 0 deletions

View File

@@ -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