commit | 94046d04951e1e67ddfb7919d8f382dbbfc70a12 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jun 20 00:36:21 2016 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jun 20 00:36:21 2016 +0200 |
tree | 3292d33bfc35b369471062f52884bc87d5d9a57c | |
parent | bb0bf287d8fcb59a7d44661681576f77845dedbc [diff] [blame] |
randomconfig fixes 3 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/findutils/grep.c b/findutils/grep.c index b072cd4..aeb7977 100644 --- a/findutils/grep.c +++ b/findutils/grep.c
@@ -686,6 +686,7 @@ #if ENABLE_FEATURE_GREP_CONTEXT int Copt, opts; #endif + INIT_G(); /* For grep, exitcode of 1 is "not found". Other errors are 2: */ xfunc_error_retval = 2;