summaryrefslogtreecommitdiff
path: root/apply_patches.sh
diff options
context:
space:
mode:
authorcyan <cyjan@mrcyjanek.net>2024-08-26 06:57:16 +0200
committerGitHub <noreply@github.com>2024-08-26 06:57:16 +0200
commitd7a38301ece1a166af7b230e34be6e950e0aeb3c (patch)
treea4eae4e3c05424474dc23e6feab6528a1d0a1615 /apply_patches.sh
parent9c5459c51ed966f77e1bc22e787e858cd2c53c86 (diff)
Monero v0.18.3.4 (#38)
* updated monero dependency * update patches for v0.18.3.4 * update generate checksum to include version of submodule as well
Diffstat (limited to 'apply_patches.sh')
-rwxr-xr-xapply_patches.sh2
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