summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-08 13:30:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-05-08 13:30:54 +0000
commit85f1a2c67a7b20d28d950a4e595ef172cb28d156 (patch)
treece23f24690829547ef93e72118bdf6030fc1e8f2 /scripts
parent7fb394b9ab8e45c85202fc211ee9cabc0f4540c7 (diff)
downloadmtk-20170518-85f1a2c67a7b20d28d950a4e595ef172cb28d156.zip
mtk-20170518-85f1a2c67a7b20d28d950a4e595ef172cb28d156.tar.gz
mtk-20170518-85f1a2c67a7b20d28d950a4e595ef172cb28d156.tar.bz2
add further countermeasures against the git core.autocrlf option (fixes #9075)
SVN-Revision: 31650
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/feeds1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/feeds b/scripts/feeds
index b8c6825..2c0baa6 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