diff options
-rw-r--r-- | procps/pgrep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/pgrep.c b/procps/pgrep.c index 7616027b7..8daf5b28a 100644 --- a/procps/pgrep.c +++ b/procps/pgrep.c | |||
@@ -128,7 +128,7 @@ int pgrep_main(int argc UNUSED_PARAM, char **argv) | |||
128 | bb_show_usage(); | 128 | bb_show_usage(); |
129 | 129 | ||
130 | if (argv[0]) | 130 | if (argv[0]) |
131 | xregcomp(&re_buffer, argv[0], OPT_ANCHOR ? REG_EXTENDED : (REG_EXTENDED|REG_NOSUB); | 131 | xregcomp(&re_buffer, argv[0], OPT_ANCHOR ? REG_EXTENDED : (REG_EXTENDED|REG_NOSUB)); |
132 | 132 | ||
133 | matched_pid = 0; | 133 | matched_pid = 0; |
134 | cmd_last = NULL; | 134 | cmd_last = NULL; |