From f9c3fc8475722679029cd653d98965fb2767f20c Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 24 May 2014 14:41:30 -0500 Subject: Pending commands should default n --- toys/pending/iconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/pending/iconv.c') diff --git a/toys/pending/iconv.c b/toys/pending/iconv.c index f4c64fa3..a24abcd9 100644 --- a/toys/pending/iconv.c +++ b/toys/pending/iconv.c @@ -8,7 +8,7 @@ USE_ICONV(NEWTOY(iconv, "t:f:", TOYFLAG_USR|TOYFLAG_BIN)) config ICONV bool "iconv" - default y + default n depends on TOYBOX_ICONV help usage: iconv [-f FROM] [-t TO] [FILE...] -- cgit v1.2.3