diff options
author | Rob Landley <rob@landley.net> | 2016-07-03 22:14:40 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-07-03 22:14:40 -0500 |
commit | 4e21ddd440f5d1381c96ae6465a12888dcb23446 (patch) | |
tree | 8356b95922162c705528362c1565b47d4370008a /toys | |
parent | c5e7ee27f606ed0bdb20d54e9de1a4adb56fc5d3 (diff) | |
download | toybox-4e21ddd440f5d1381c96ae6465a12888dcb23446.tar.gz |
Promote file.
Diffstat (limited to 'toys')
-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...] |