From 9fbd5ef63087f0825ef9903e05a8afdc6b76166f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 18 Aug 2013 16:12:28 -0500 Subject: Use OPTSTR_command macro for more oldtoys, to avoid keeping two option strings in sync. (todo: figure out how to make OLDTOY() automatically use macro. Still need the raw version for subset ala cp/mv though.) --- toys/pending/pgrep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/pending/pgrep.c') 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" -- cgit v1.2.3