summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/patch/pch.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-02-25 21:46:07 +0000
committerphk <phk@FreeBSD.org>1994-02-25 21:46:07 +0000
commit17a5179b1d900d0ba0652135681713e8875596dd (patch)
treed004a80c02ffbe532db8d9ab87ba6ffcf99d8b43 /gnu/usr.bin/patch/pch.c
parentd9de9c1745c15f1661b06c747d6bb1dfb353e4b0 (diff)
downloadFreeBSD-src-17a5179b1d900d0ba0652135681713e8875596dd.zip
FreeBSD-src-17a5179b1d900d0ba0652135681713e8875596dd.tar.gz
added the -C/-check again.
Diffstat (limited to 'gnu/usr.bin/patch/pch.c')
-rw-r--r--gnu/usr.bin/patch/pch.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/patch/pch.c b/gnu/usr.bin/patch/pch.c
index 9b34496..0a844f2 100644
--- a/gnu/usr.bin/patch/pch.c
+++ b/gnu/usr.bin/patch/pch.c
@@ -1,6 +1,10 @@
-/* $Header: /home/cvs/386BSD/src/gnu/usr.bin/patch/pch.c,v 1.2 1994/02/17 22:16:05 jkh Exp $
+/* $Header: /home/cvs/386BSD/src/gnu/usr.bin/patch/pch.c,v 1.3 1994/02/17 22:20:36 jkh Exp $
*
* $Log: pch.c,v $
+ * Revision 1.3 1994/02/17 22:20:36 jkh
+ * Put this back - I was somehow under the erroneous impression that patch was in
+ * ports, until I saw the the commit messages, that is! :-) All changed backed out.
+ *
* Revision 1.2 1994/02/17 22:16:05 jkh
* From Poul-Henning Kamp - Implement a -C option to verify the integrity of
* a patch before actually applying it.
@@ -184,6 +188,7 @@ there_is_another_patch()
if (force || batch) {
say1("No file to patch. Skipping...\n");
filearg[0] = savestr(bestguess);
+ skip_rest_of_patch = TRUE;
return TRUE;
}
ask1("File to patch: ");
OpenPOWER on IntegriCloud