diff options
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 2671d46..e8e090e 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 |
