diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/fetch-curl.sh | 2 | ||||
| -rw-r--r-- | scripts/fetch-git.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/fetch-curl.sh b/scripts/fetch-curl.sh index a6d5af57..16cb88d7 100644 --- a/scripts/fetch-curl.sh +++ b/scripts/fetch-curl.sh @@ -24,5 +24,5 @@ while read -r _ archive ; do done <sha256 if [ -d patch ] ; then - git apply -v --whitespace=nowarn --directory "$dir/src" patch/* + git apply -v --whitespace=nowarn --directory "$dir/src" patch/*.patch fi 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 |
