aboutsummaryrefslogtreecommitdiff
path: root/toys
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-10-27 02:50:55 -0500
committerRob Landley <rob@landley.net>2013-10-27 02:50:55 -0500
commit2baa73fb0d3999d541b2122b853b56e2bfdea56b (patch)
treed147fd62f4d9ab138e6fb5d7e9e5e0f2ad41d01b /toys
parent710a31f52681234a1a92497009ca08c1026797a1 (diff)
downloadtoybox-2baa73fb0d3999d541b2122b853b56e2bfdea56b.tar.gz
Promote nl from pending to posix, and add tests.
Diffstat (limited to 'toys')
-rw-r--r--toys/posix/nl.c (renamed from toys/pending/nl.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/nl.c b/toys/posix/nl.c
index 2adac246..b462cddd 100644
--- a/toys/pending/nl.c
+++ b/toys/posix/nl.c
@@ -11,7 +11,7 @@ USE_NL(NEWTOY(nl, "v#<1=1l#b:n:s:w#<0=6E", TOYFLAG_BIN))
config NL
bool "nl"
- default n
+ default y
help
usage: nl [-E] [-l #] [-b MODE] [-n STYLE] [-s SEPARATOR] [-w WIDTH] [FILE...]