mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 21:53:31 -05:00
update fix-patch.sh
This commit is contained in:
parent
ac6e471190
commit
2d6610ba9c
1 changed files with 0 additions and 1 deletions
|
@ -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 "-> 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."
|
echo " update the patch with your changes or Ctrl+C to abort."
|
||||||
code . &
|
|
||||||
echo "$rejects" | xargs code &
|
echo "$rejects" | xargs code &
|
||||||
read
|
read
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue