From 40cc4168136c0fbb939dec8ffd7828c013f1c568 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 2 Jun 2013 00:54:55 -0500 Subject: [PATCH] Move stat from pending to other, default y. --- toys/{pending => other}/stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/stat.c (99%) diff --git a/toys/pending/stat.c b/toys/other/stat.c similarity index 99% rename from toys/pending/stat.c rename to 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... -- 2.39.2