0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00

update fix-patch.sh

This commit is contained in:
Malte Jürgens 2023-03-15 13:25:40 +01:00
parent ac6e471190
commit 2d6610ba9c
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3

View file

@ -35,7 +35,6 @@ rejects="$(patch -p1 -i "../$1" | tee /dev/stderr | sed -r --quiet 's/^.*saving
echo "-> Done. You can now fix the patch. If you are done, press enter to"
echo " update the patch with your changes or Ctrl+C to abort."
code . &
echo "$rejects" | xargs code &
read