aboutsummaryrefslogtreecommitdiff
path: root/toys
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-06-02 00:54:55 -0500
committerRob Landley <rob@landley.net>2013-06-02 00:54:55 -0500
commit40cc4168136c0fbb939dec8ffd7828c013f1c568 (patch)
treeb4a743c567a16d0ee7bc2a01b932e8ce8ef4d7dc /toys
parente340e4ea3d70a9a3a0397a9f142dbde5cabab5fc (diff)
downloadtoybox-40cc4168136c0fbb939dec8ffd7828c013f1c568.tar.gz
Move stat from pending to other, default y.
Diffstat (limited to 'toys')
-rw-r--r--toys/other/stat.c (renamed from toys/pending/stat.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/stat.c b/toys/other/stat.c
index e8a87b46..c5c96fcb 100644
--- a/toys/pending/stat.c
+++ b/toys/other/stat.c
@@ -6,7 +6,7 @@ USE_STAT(NEWTOY(stat, "c:f", TOYFLAG_BIN))
config STAT
bool stat
- default n
+ default y
help
usage: stat [-f] [-c FORMAT] FILE...