diff options
Diffstat (limited to 'coreutils/true.c')
-rw-r--r-- | coreutils/true.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/true.c b/coreutils/true.c index 29386b021..400388c34 100644 --- a/coreutils/true.c +++ b/coreutils/true.c | |||
@@ -10,7 +10,7 @@ | |||
10 | //config: bool "true (tiny)" | 10 | //config: bool "true (tiny)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: true returns an exit code of TRUE (0). | 13 | //config: true returns an exit code of TRUE (0). |
14 | 14 | ||
15 | //applet:IF_TRUE(APPLET_NOFORK(true, true, BB_DIR_BIN, BB_SUID_DROP, true)) | 15 | //applet:IF_TRUE(APPLET_NOFORK(true, true, BB_DIR_BIN, BB_SUID_DROP, true)) |
16 | 16 | ||