ping?
On Sat, Sep 7, 2019 at 9:39 PM enh <[email protected]> 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(-) _______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
