summaryrefslogtreecommitdiff
path: root/scripts/fetch-git.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fetch-git.sh')
-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 460df460..9bff3ad0 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 --keep-non-patch --whitespace=nowarn "$PWD"/patch/*
+ git -C src am --keep-non-patch --whitespace=nowarn "$PWD"/patch/*.patch
fi