From b0dcd667f185e01589af38958116768ffd561de8 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 26 Feb 2012 22:04:37 -0600 Subject: The aboriginal linux build needs ls -ditc and probably some more unimplemented options yet... --- toys/ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/ls.c b/toys/ls.c index 2e925276..9a0c3e27 100644 --- a/toys/ls.c +++ b/toys/ls.c @@ -10,7 +10,7 @@ USE_LS(NEWTOY(ls, "nRlF1a", TOYFLAG_BIN)) config LS bool "ls" - default y + default n help usage: ls [-l] [-F] [-a] [-1] [directory...] list files -- cgit v1.2.3