diff options
Diffstat (limited to 'toys/true.c')
-rw-r--r-- | toys/true.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/true.c b/toys/true.c index 88e95904..582b2cae 100644 --- a/toys/true.c +++ b/toys/true.c @@ -6,6 +6,8 @@ * * See http://www.opengroup.org/onlinepubs/009695399/utilities/true.html +USE_TRUE(NEWTOY(true, NULL, TOYFLAG_BIN)) + config TRUE bool "true" default y |