fix: remove files in patch diff #4
1 changed files with 1 additions and 1 deletions
2
apatch
2
apatch
|
@ -37,4 +37,4 @@ done
|
||||||
$SHELL
|
$SHELL
|
||||||
)
|
)
|
||||||
|
|
||||||
busybox diff -U3 -r "src-old$builddir" "src$builddir" | sed "s|src-old$builddir|a|g;s|src$builddir|b|g" > $1
|
busybox diff -N -U3 -r "src-old$builddir" "src$builddir" | sed "s|src-old$builddir|a|g;s|src$builddir|b|g" > $1
|
||||||
|
|
Loading…
Reference in a new issue