Skip to content

Commit 249e9c6

Browse files
committed
1 parent ad934ff commit 249e9c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

swift-ci/sdks/android/scripts/patch-sources.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ for patch in "$swift_android_patch" "$testing_patch" "$dispatch_patch"; do
6161
echo "applying patch $patch in $PWD"
6262
# first check to make sure the patches can apply and fail if not
6363
git apply -v --check -C1 "$patch"
64-
echo "git apply --check result: $0"
65-
git apply -v -C1 "$patch"
64+
git apply --no-index -v -C1 "$patch"
6665

6766
#if git apply -C1 --reverse --check "$patch" >/dev/null 2>&1 ; then
6867
# echo "already patched"

0 commit comments

Comments
 (0)