From 5786e0ddc59a1792399eaf39ff77dca8edf39721 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 7 Jun 2016 18:16:25 -0500 Subject: Izabera pointed out that cmp -ls are contradictory. --- toys/posix/cmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix/cmp.c') diff --git a/toys/posix/cmp.c b/toys/posix/cmp.c index 829da75c..527fbfda 100644 --- a/toys/posix/cmp.c +++ b/toys/posix/cmp.c @@ -4,7 +4,7 @@ * * See http://opengroup.org/onlinepubs/9699919799/utilities/cmp.html -USE_CMP(NEWTOY(cmp, "<2>2ls", TOYFLAG_USR|TOYFLAG_BIN)) +USE_CMP(NEWTOY(cmp, "<2>2ls[!ls]", TOYFLAG_USR|TOYFLAG_BIN)) config CMP bool "cmp" -- cgit v1.2.3