summaryrefslogtreecommitdiff
path: root/scripts/fetch-git.rc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fetch-git.rc')
-rwxr-xr-xscripts/fetch-git.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetch-git.rc b/scripts/fetch-git.rc
index fec6a809..c01de87b 100755
--- a/scripts/fetch-git.rc
+++ b/scripts/fetch-git.rc
@@ -12,6 +12,6 @@ cd $1
git submodule update --init --checkout src
if([ -d patch ]) {
patches=patch/*
- git -C src am ../$patches
+ git -C src am '--whitespace=nowarn' ../$patches
}
status=()