diff options
-rw-r--r-- | toys/posix/split.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |