diff options
-rw-r--r-- | toys/posix/true.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/posix/true.c b/toys/posix/true.c index 09e551c3..b22b7ac1 100644 --- a/toys/posix/true.c +++ b/toys/posix/true.c @@ -5,6 +5,7 @@ * See http://opengroup.org/onlinepubs/9699919799/utilities/true.html USE_TRUE(NEWTOY(true, NULL, TOYFLAG_BIN)) +USE_TRUE(OLDTOY(:, true, 0, TOYFLAG_NOFORK)) config TRUE bool "true" |