pgrep: fix a "missing closing paren" build error
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
216e952fb8
commit
7794c21daf
@ -128,7 +128,7 @@ int pgrep_main(int argc UNUSED_PARAM, char **argv)
|
||||
bb_show_usage();
|
||||
|
||||
if (argv[0])
|
||||
xregcomp(&re_buffer, argv[0], OPT_ANCHOR ? REG_EXTENDED : (REG_EXTENDED|REG_NOSUB);
|
||||
xregcomp(&re_buffer, argv[0], OPT_ANCHOR ? REG_EXTENDED : (REG_EXTENDED|REG_NOSUB));
|
||||
|
||||
matched_pid = 0;
|
||||
cmd_last = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user