View | Details | Raw Unified | Return to bug 19638
Collapse All | Expand All

(-)gnu/usr.bin/patch//pch.c 2000/07/02 11:10:28 (-1 / +1 lines)
Lines 173-179 Link Here
173
    if (p_indent && verbose)
173
    if (p_indent && verbose)
174
	say3("(Patch is indented %d space%s.)\n", p_indent, p_indent==1?"":"s");
174
	say3("(Patch is indented %d space%s.)\n", p_indent, p_indent==1?"":"s");
175
    skip_to(p_start,p_sline);
175
    skip_to(p_start,p_sline);
176
    while (filearg[0] == Nullch) {
176
    while (!skip_rest_of_patch && filearg[0] == Nullch) {
177
	if (force || batch) {
177
	if (force || batch) {
178
	    say1("No file to patch.  Skipping...\n");
178
	    say1("No file to patch.  Skipping...\n");
179
	    filearg[0] = savestr(bestguess);
179
	    filearg[0] = savestr(bestguess);

Return to bug 19638