[Toybox] [PATCH] ls: fix spacing of -lZ and --full-time.

enh enh at google.com
Sat Sep 7 21:39:24 PDT 2019


Two more spacing bugs here, one before the security context for -Z, and
one after the size with --full-time.

Before:

  $ ./toybox ls -lZ --full-time Config.
  -rw-r----- 1 enh primarygroup?    56162019-09-07 21:09:32.892215100
-0700 Config.in

After:

  $ ./toybox ls -lZ --full-time Config.
  -rw-r----- 1 enh primarygroup ?  5616 2019-09-07 21:09:32.892215100
-0700 Config.in
---
 tests/ls.test   | 1 +
 toys/posix/ls.c | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ls-fix-spacing-of-lZ-and-full-time.patch
Type: text/x-patch
Size: 2312 bytes
Desc: not available
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20190907/62ee2238/attachment-0002.bin>


More information about the Toybox mailing list