diff options
Diffstat (limited to 'toys/false.c')
-rw-r--r-- | toys/false.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/false.c b/toys/false.c index ac6bf642..7b570bd2 100644 --- a/toys/false.c +++ b/toys/false.c @@ -6,6 +6,7 @@ * * See http://www.opengroup.org/onlinepubs/009695399/utilities/false.html +USE_FALSE(NEWTOY(false, NULL, TOYFLAG_BIN)) config FALSE bool "false" |