From 322eb845a960b08a1886a374e1dc403780972767 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 28 Apr 2020 17:50:30 -0500 Subject: Remove unnecessary MAYFORK. --- toys/posix/true.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix') diff --git a/toys/posix/true.c b/toys/posix/true.c index b92d9c3a..8e56269f 100644 --- a/toys/posix/true.c +++ b/toys/posix/true.c @@ -5,7 +5,7 @@ * See http://opengroup.org/onlinepubs/9699919799/utilities/true.html USE_TRUE(NEWTOY(true, NULL, TOYFLAG_BIN|TOYFLAG_NOHELP|TOYFLAG_MAYFORK)) -USE_TRUE(OLDTOY(:, true, TOYFLAG_NOFORK|TOYFLAG_NOHELP|TOYFLAG_MAYFORK)) +USE_TRUE(OLDTOY(:, true, TOYFLAG_NOFORK|TOYFLAG_NOHELP)) config TRUE bool "true" -- cgit v1.2.3