---
 toys/pending/fmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
From ab407f3586ecf1b0031f9bae30cb70b348eb391a Mon Sep 17 00:00:00 2001
From: Elliott Hughes <[email protected]>
Date: Mon, 22 Jan 2018 13:53:11 -0800
Subject: [PATCH] Un-default fmt(1) while it's in pending.

---
 toys/pending/fmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toys/pending/fmt.c b/toys/pending/fmt.c
index 618642a..4b001f3 100644
--- a/toys/pending/fmt.c
+++ b/toys/pending/fmt.c
@@ -10,7 +10,7 @@ USE_FMT(NEWTOY(fmt, "w#", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_LOCALE))
 
 config FMT
   bool "fmt"
-  default y
+  default n
   help
     usage: fmt [-w WIDTH] [FILE...]
 
-- 
2.16.0.rc1.238.g530d649a79-goog

_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to