diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-07-25 20:59:18 +0000 |
|---|---|---|
| committer | cyan <cyjan@mrcyjanek.net> | 2024-07-30 21:18:40 +0200 |
| commit | fae86cdfd9d5d7fb947ed31710af2df0daf4f040 (patch) | |
| tree | 0873b4fdde75b0e3b8e2edb4e111834e292ff6a3 /apply_patches.sh | |
| parent | 944c4dc34bfd28dad655acd8f2788b80d6623ec9 (diff) | |
update patches for v0.18.3.4
Diffstat (limited to 'apply_patches.sh')
| -rwxr-xr-x | apply_patches.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apply_patches.sh b/apply_patches.sh index 3ce6856..22c3bba 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -31,7 +31,7 @@ fi set -e cd $repo -git am -3 ../patches/$repo/*.patch +git am -3 --whitespace=fix --reject ../patches/$repo/*.patch if [[ "$repo" == "wownero" ]]; then pushd external/randomwow |
