From 10e9abcb88be40b1382fca3d9010e46d4594996c Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 26 Oct 2016 23:52:55 -0500 Subject: Izabera pointed out that split -b -l are exclusive. --- toys/posix/split.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/posix/split.c b/toys/posix/split.c index 075a4147..98d70c2a 100644 --- a/toys/posix/split.c +++ b/toys/posix/split.c @@ -8,7 +8,7 @@ * - should splitting an empty file produce an empty outfile? (Went with "no".) * - permissions on output file -USE_SPLIT(NEWTOY(split, ">2a#<1=2>9b#<1l#<1", TOYFLAG_USR|TOYFLAG_BIN)) +USE_SPLIT(NEWTOY(split, ">2a#<1=2>9b#<1l#<1[!bl]", TOYFLAG_USR|TOYFLAG_BIN)) config SPLIT bool "split" -- cgit v1.2.3