FreeBSD Bugzilla – Attachment 9620 Details for
Bug 19638
patch's --skip/-S option doesn't skip when target doesn't exist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 670 bytes, created by
kbyanc
on 2000-07-02 12:40:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kbyanc
Created:
2000-07-02 12:40:04 UTC
Size:
670 bytes
patch
obsolete
>Index: gnu/usr.bin/patch//pch.c >=================================================================== >RCS file: /home/cvs/src/gnu/usr.bin/patch/pch.c,v >retrieving revision 1.16 >diff -u -r1.16 pch.c >--- gnu/usr.bin/patch//pch.c 1999/09/05 17:31:55 1.16 >+++ gnu/usr.bin/patch//pch.c 2000/07/02 11:10:28 >@@ -173,7 +173,7 @@ > if (p_indent && verbose) > say3("(Patch is indented %d space%s.)\n", p_indent, p_indent==1?"":"s"); > skip_to(p_start,p_sline); >- while (filearg[0] == Nullch) { >+ while (!skip_rest_of_patch && filearg[0] == Nullch) { > if (force || batch) { > say1("No file to patch. Skipping...\n"); > filearg[0] = savestr(bestguess);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19638
: 9620