diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2014-03-16 14:42:58 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2014-03-16 14:42:58 +0000 |
| commit | cf599562fa96bd4e21b6ee07195895a2469a9127 (patch) | |
| tree | ae2806d8fe8756dfafd632487c3497c01200f283 /usr.bin/find/function.c | |
| parent | 9b2d2104384388635d82c6630e6365dd12a7d5e1 (diff) | |
Notes
Diffstat (limited to 'usr.bin/find/function.c')
| -rw-r--r-- | usr.bin/find/function.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index a71369b5db7f2..32c8220f54e0c 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -1774,6 +1774,7 @@ f_false(PLAN *plan __unused, FTSENT *entry __unused) int f_quit(PLAN *plan __unused, FTSENT *entry __unused) { + finish_execplus(); exit(0); } |
