summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fetch-git.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetch-git.sh b/scripts/fetch-git.sh
index eea32d1c..460df460 100644
--- a/scripts/fetch-git.sh
+++ b/scripts/fetch-git.sh
@@ -9,5 +9,5 @@ cd "$1"
git submodule update --init --checkout src
if [ -d patch ] ; then
- git -C src am --whitespace=nowarn "$PWD"/patch/*
+ git -C src am --keep-non-patch --whitespace=nowarn "$PWD"/patch/*
fi