aboutsummaryrefslogtreecommitdiff
path: root/toys/chmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/chmod.c')
-rw-r--r--toys/chmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/chmod.c b/toys/chmod.c
index 71f3202f..a4803c65 100644
--- a/toys/chmod.c
+++ b/toys/chmod.c
@@ -11,7 +11,7 @@ USE_CHMOD(NEWTOY(chmod, "<2Rfv", TOYFLAG_BIN))
config CHMOD
bool "chmod"
- default y
+ default n
help
usage: chmod [-R] [-f] [-v] mode file...
Change mode bits of one or more files.