aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/patch/patch.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2014-12-31 16:30:33 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2014-12-31 16:30:33 +0000
commitf718bedc4f28c4407e9b873a356c4d2cffbdfe36 (patch)
treea798636fbcee7d1c9a2031de6922d2fc762033b6 /usr.bin/patch/patch.c
parent490341147e68c48a9750978e8e6cb0f0584a6737 (diff)
Notes
Diffstat (limited to 'usr.bin/patch/patch.c')
-rw-r--r--usr.bin/patch/patch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/patch/patch.c b/usr.bin/patch/patch.c
index 987bddc60046..22f302741aea 100644
--- a/usr.bin/patch/patch.c
+++ b/usr.bin/patch/patch.c
@@ -634,7 +634,7 @@ usage(void)
" [-r rej-name] [-V t | nil | never] [-x number] [-z backup-ext]\n"
" [--posix] [origfile [patchfile]]\n"
" patch <patchfile\n");
- my_exit(EXIT_SUCCESS);
+ my_exit(EXIT_FAILURE);
}
/*