From 04d02626863144a69caf5c821502c91093b7de58 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Wed, 27 Mar 2024 15:46:01 +0100 Subject: fix wownero coin control use proper headers properly apply patches --- apply_patches.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'apply_patches.sh') diff --git a/apply_patches.sh b/apply_patches.sh index 67f0b2f..b270d55 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -28,12 +28,8 @@ fi set -e cd $repo -git apply ../patches/$repo/*.patch --index +git am ../patches/$repo/*.patch git submodule init git submodule update --init --recursive --force touch .patch-applied -git add . -git config user.email "you@example.com" -git config user.name "Your Name" -git commit -m 'patch applied' # fatal: path 'external/polyseed' exists on disk, but not in 'HEAD' echo "you are good to go!" \ No newline at end of file -- cgit v1.2.3