File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ update-compatibility-patch-80:
2828 @git apply tests/php80-compatibility.patch
2929 @printf " Please open your editor and apply your changes\n"
3030 @until [ " $$ {compatibility_resolved}" == " y" ]; do read -p " Have finished your changes (y|n)? " compatibility_resolved; done && compatibility_resolved=
31- @git diff -- tests/expected_report.txt tests/fixed > .tmp-patch-80 && mv .tmp-patch-80 tests/php80-compatibility.patch && git apply -R tests/php80-compatibility.patch
31+ @git diff -- tests/expected_report.txt tests/fixed > .tmp-patch && mv .tmp-patch tests/php80-compatibility.patch && git apply -R tests/php80-compatibility.patch
3232 @git commit -m ' Update compatibility patch' tests/php80-compatibility.patch
3333
3434update-compatibility-patch-81 :
3535 @git apply tests/php81-compatibility.patch
3636 @printf " Please open your editor and apply your changes\n"
3737 @until [ " $$ {compatibility_resolved}" == " y" ]; do read -p " Have finished your changes (y|n)? " compatibility_resolved; done && compatibility_resolved=
38- @git diff -- tests/expected_report.txt tests/fixed > .tmp-patch-81 && mv .tmp-patch-80 tests/php81-compatibility.patch && git apply -R tests/php81-compatibility.patch
38+ @git diff -- tests/expected_report.txt tests/fixed > .tmp-patch && mv .tmp-patch tests/php81-compatibility.patch && git apply -R tests/php81-compatibility.patch
3939 @git commit -m ' Update compatibility patch' tests/php81-compatibility.patch
4040
4141vendor : composer.json
You can’t perform that action at this time.
0 commit comments