Commit 1c9c98c
GNU patch 2.7.6 always needs a strip option
Fixes #52329
Without this, you get errors such as
>No file to patch. Skipping patch.
>1 out of 1 hunk ignored
>can't find file to patch at input line 857
>Perhaps you should have used the -p or --strip option?
There may be additional bugs like this if the target is not a directory. The solution should be to default `strip=0`.1 parent 1cd6139 commit 1c9c98c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7565 | 7565 | | |
7566 | 7566 | | |
7567 | 7567 | | |
7568 | | - | |
7569 | | - | |
| 7568 | + | |
| 7569 | + | |
7570 | 7570 | | |
7571 | 7571 | | |
7572 | 7572 | | |
| |||
0 commit comments