diff options
author | Rob Landley <rob@landley.net> | 2013-06-02 00:54:55 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-06-02 00:54:55 -0500 |
commit | 40cc4168136c0fbb939dec8ffd7828c013f1c568 (patch) | |
tree | b4a743c567a16d0ee7bc2a01b932e8ce8ef4d7dc | |
parent | e340e4ea3d70a9a3a0397a9f142dbde5cabab5fc (diff) | |
download | toybox-40cc4168136c0fbb939dec8ffd7828c013f1c568.tar.gz |
Move stat from pending to other, default y.
-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... |