diff options
Diffstat (limited to 'toys/pending')
-rw-r--r-- | toys/pending/pgrep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/pgrep.c b/toys/pending/pgrep.c index a96a1df0..77b6cede 100644 --- a/toys/pending/pgrep.c +++ b/toys/pending/pgrep.c @@ -5,7 +5,7 @@ * USE_PGREP(NEWTOY(pgrep, "?P# s# xvonlf[!sP]", TOYFLAG_USR|TOYFLAG_BIN)) -USE_PGREP(OLDTOY(pkill, pgrep, "?P# s# xvonlf[!sP]", TOYFLAG_USR|TOYFLAG_BIN)) +USE_PGREP(OLDTOY(pkill, pgrep, OPTSTR_pgrep, TOYFLAG_USR|TOYFLAG_BIN)) config PGREP bool "pgrep" |