summaryrefslogtreecommitdiff
path: root/scripts/fetch-curl.rc
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-06-27 23:14:43 -0700
committerMichael Forney <mforney@mforney.org>2016-06-27 23:54:20 -0700
commit698113c957a7b8608dff5668af4f44cfd6800b46 (patch)
tree2d9dc10ea8d05fce0cd0a14712925745bdc89cea /scripts/fetch-curl.rc
parentf32b910fcd18af6488d0d7b40001274efdc7565c (diff)
Don't warn about whitespace errors when applying patches
Diffstat (limited to 'scripts/fetch-curl.rc')
-rwxr-xr-xscripts/fetch-curl.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetch-curl.rc b/scripts/fetch-curl.rc
index 2926a9f0..5fd8b681 100755
--- a/scripts/fetch-curl.rc
+++ b/scripts/fetch-curl.rc
@@ -33,6 +33,6 @@ for(archive in `{awk '{print $2}' sha256}) {
if([ -d patch ]) {
if(prefix=`{git rev-parse --show-prefix >[2]/dev/null}) dir=$prefix^src
if not dir=src
- git apply -v --directory $dir patch/*
+ git apply -v '--whitespace=nowarn' --directory $dir patch/*
}
status=()