diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-08 13:30:54 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-08 13:30:54 +0000 |
commit | c589be64704473b15e8fac577f3fdb928d194d91 (patch) | |
tree | 863e5e03a3ea10cf90d51168e8d5dfe02c1c685f /scripts/feeds | |
parent | 6540a914ba1bb011f6756f39b6eb4dae29b3d893 (diff) |
add further countermeasures against the git core.autocrlf option (fixes #9075)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31650 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/feeds')
-rwxr-xr-x | scripts/feeds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/feeds b/scripts/feeds index b8c6825ed..2c0baa658 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 |