[Toybox] [PATCH] ls: fix spacing of -lZ and --full-time.
enh
enh at google.com
Mon Sep 9 18:39:56 PDT 2019
ping?
On Sat, Sep 7, 2019 at 9:39 PM enh <enh at google.com> wrote:
>
> 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(-)
More information about the Toybox
mailing list