From c5ddfba4809e5f3aa9425cfc42c288407bdebc08 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 21 Jun 2018 01:05:38 -0500 Subject: [PATCH] Promote fmt to other --- toys/{pending => other}/fmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/fmt.c (99%) diff --git a/toys/pending/fmt.c b/toys/other/fmt.c similarity index 99% rename from toys/pending/fmt.c rename to toys/other/fmt.c index a3d30f02..764fe2b7 100644 --- a/toys/pending/fmt.c +++ b/toys/other/fmt.c @@ -13,7 +13,7 @@ USE_FMT(NEWTOY(fmt, "w#<0=75", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_LOCALE)) config FMT bool "fmt" - default n + default y help usage: fmt [-w WIDTH] [FILE...] -- 2.39.2