diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-04-14 17:26:27 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-04-14 20:46:57 +0200 |
| commit | 99a62ef0324ce2b0fc8988cd4a6aa1dd84a5c4fd (patch) | |
| tree | e2b6b2d68b023d62421cca1d7058f6d9885aca18 /apply_patches.sh | |
| parent | 365e58bb9f1a489ec4b6bf86ac4159b89d53dc51 (diff) | |
polyseed fix ughrewrite-boost-patch-experiment
Diffstat (limited to 'apply_patches.sh')
| -rwxr-xr-x | apply_patches.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apply_patches.sh b/apply_patches.sh index 2671d46..8fbd267 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -28,7 +28,7 @@ fi set -e cd $repo -git am ../patches/$repo/*.patch +git am -3 ../patches/$repo/*.patch if [[ "$repo" == "wownero" ]]; then pushd external/randomwow @@ -38,4 +38,4 @@ fi git submodule init git submodule update --init --recursive --force touch .patch-applied -echo "you are good to go!"
\ No newline at end of file +echo "you are good to go!" |
