75403cef76
```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.-][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.-][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
11 lines
219 B
Diff
11 lines
219 B
Diff
--- a/lib9/main.c 2018-08-17 19:38:18.000000000 +0200
|
|
+++ b/lib9/main.c 2018-08-17 19:43:21.042771643 +0200
|
|
@@ -4,6 +4,8 @@
|
|
|
|
extern void p9main(int, char**);
|
|
|
|
+int yydebug = 0;
|
|
+
|
|
int
|
|
main(int argc, char **argv)
|
|
{
|