From 42cc29c7883c852462c6c740c72eff06bca8accc Mon Sep 17 00:00:00 2001 From: Hyejin Kim Date: Mon, 25 May 2015 01:51:56 -0500 Subject: On testing fold command, I found w option didnt check the range of value. --- toys/pending/fold.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/pending/fold.c') diff --git a/toys/pending/fold.c b/toys/pending/fold.c index 80bb2413..0face64d 100644 --- a/toys/pending/fold.c +++ b/toys/pending/fold.c @@ -4,7 +4,7 @@ * * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/fold.html -USE_FOLD(NEWTOY(fold, "bsuw#", TOYFLAG_USR|TOYFLAG_BIN)) +USE_FOLD(NEWTOY(fold, "bsuw#<1", TOYFLAG_USR|TOYFLAG_BIN)) config FOLD bool "fold" -- cgit v1.2.3