aboutsummaryrefslogtreecommitdiff
path: root/toys/other/yes.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/yes.c')
-rw-r--r--toys/other/yes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/yes.c b/toys/other/yes.c
index 773a5a88..8edba0ae 100644
--- a/toys/other/yes.c
+++ b/toys/other/yes.c
@@ -2,7 +2,7 @@
*
* Copyright 2007 Rob Landley <rob@landley.net>
-USE_YES(NEWTOY(yes, NULL, TOYFLAG_USR|TOYFLAG_BIN))
+USE_YES(NEWTOY(yes, NULL, TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_LINEBUF))
config YES
bool "yes"