kiss/contrib
Ethan b11cd58936 kiss-size: fix bug when kiss-size runs on big packages
Previously, if kiss-size was ran on a package that owns a lot of
files, kiss-size would error out. This is because du wasn't
able to handle the number of files provided to it.

This patch solves this issue, by avoiding the generation of the 'files'
variable, and instead piping directly into xargs which then feeds the
files to du.

For an example package that breaks with the previous implementation,
see https://github.com/ehawkvu/kiss-tex/tree/master/texlive/texlive-fontsextra
which installs around 94,000 files.
2021-08-04 00:25:06 -05:00
..
kiss-chroot kiss-chroot: set LOGNAME 2021-07-19 19:50:25 +03:00
kiss-depends kiss-depends: fix pwd 2020-09-09 13:40:32 +03:00
kiss-fork kiss-fork: minor fixes 2020-11-19 09:53:51 +02:00
kiss-help kiss-help: improvements 2021-07-10 16:33:32 +03:00
kiss-link Use full kiss subcommands for readability and safety 2020-09-04 13:32:19 -04:00
kiss-maintainer Use full kiss subcommands for readability and safety 2020-09-04 13:32:19 -04:00
kiss-manifest kiss-manifest: clean up 2020-09-09 14:00:54 +03:00
kiss-new contrib: Make doc strings match KISS' 2020-05-01 09:07:20 +03:00
kiss-orphans revert to 5.1.0 to cherrypick changes from 6.0.0 2020-11-06 08:14:46 +02:00
kiss-outdated kiss-outdated: libelf -> elfutils 2021-07-19 12:49:31 +03:00
kiss-owns kiss-owns: Fix #209 2021-06-28 07:14:57 +00:00
kiss-preferred kiss-preferred: fixes 2020-11-19 11:48:33 +02:00
kiss-repo-orphans fix shellcheck 2020-11-25 09:02:32 +02:00
kiss-revdepends kiss-revdepends: clean up 2020-09-09 14:20:52 +03:00
kiss-size kiss-size: fix bug when kiss-size runs on big packages 2021-08-04 00:25:06 -05:00