Commit b5480d2
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 7a8d343 commit b5480d2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7857 | 7857 | | |
7858 | 7858 | | |
7859 | 7859 | | |
7860 | | - | |
7861 | | - | |
| 7860 | + | |
| 7861 | + | |
7862 | 7862 | | |
7863 | 7863 | | |
7864 | 7864 | | |
| |||
0 commit comments