aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-07-03 22:14:40 -0500
committerRob Landley <rob@landley.net>2016-07-03 22:14:40 -0500
commit4e21ddd440f5d1381c96ae6465a12888dcb23446 (patch)
tree8356b95922162c705528362c1565b47d4370008a
parentc5e7ee27f606ed0bdb20d54e9de1a4adb56fc5d3 (diff)
downloadtoybox-4e21ddd440f5d1381c96ae6465a12888dcb23446.tar.gz
Promote file.
-rw-r--r--toys/posix/file.c (renamed from toys/pending/file.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/file.c b/toys/posix/file.c
index b53bec0a..d3e80f4e 100644
--- a/toys/pending/file.c
+++ b/toys/posix/file.c
@@ -10,7 +10,7 @@ USE_FILE(NEWTOY(file, "<1", TOYFLAG_USR|TOYFLAG_BIN))
config FILE
bool "file"
- default n
+ default y
help
usage: file [file...]