Commit 7abcce6
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 efc0939 commit 7abcce6
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7268 | 7268 | | |
7269 | 7269 | | |
7270 | 7270 | | |
7271 | | - | |
7272 | | - | |
| 7271 | + | |
| 7272 | + | |
7273 | 7273 | | |
7274 | 7274 | | |
7275 | 7275 | | |
| |||
0 commit comments