vim-patch.sh: avoid creating *.orig files

This commit is contained in:
Justin M. Keyes
2017-11-07 20:41:35 +01:00
parent 3a7feb6989
commit ea51f08276

View File

@@ -226,7 +226,7 @@ stage_patch() {
echo "${output}" ||
(echo "${output}"; false)
if test -n "$try_apply" ; then
if test -n "$try_apply" ; then
if ! check_executable patch; then
printf "\n✘ 'patch' command not found\n"
else