fix: print correct patch filename in 'failed to apply' error

This commit is contained in:
ptrcnull 2022-07-30 09:22:01 +02:00
parent 0ca9d1c380
commit 8efb7c51b1

2
apatch
View file

@ -94,7 +94,7 @@ fi
rm "$target.porig" # left by wiggle rm "$target.porig" # left by wiggle
done done
else else
warning "$patch failed to apply" warning "$1 failed to apply"
fi fi
} }
fi fi