aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/tee.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/tee.c')
-rw-r--r--toys/posix/tee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/tee.c b/toys/posix/tee.c
index 909ea58d..d5591b67 100644
--- a/toys/posix/tee.c
+++ b/toys/posix/tee.c
@@ -4,7 +4,7 @@
*
* See http://opengroup.org/onlinepubs/9699919799/utilities/tee.html
-USE_TEE(NEWTOY(tee, "ia", TOYFLAG_BIN))
+USE_TEE(NEWTOY(tee, "ia", TOYFLAG_USR|TOYFLAG_BIN))
config TEE
bool "tee"