Patch cannot handle spaces in filenames
Bug #862280 reported by
Maarten Bezemer
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
patch (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When there are spaces in a filename in a patch file, quilt is unable to properly apply the patch. See this patch file example:
--- a/foo bar/file.txt
+++ b/foo bar/file.txt
<rest of patch file>
The patch is applied on 'a/foo' instead of 'a/foo bar/file.txt'
To post a comment you must log in.
I was too fast with my judgment, it seems that patch is unable to handle patch files with spaces in the file/path names