diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-09-25 12:04:33 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-09-25 12:04:33 -0500 |
commit | 4f4dcd74d337b985a8ddb9c24392095bf0075a7f (patch) | |
tree | 172ec26124418a7e1c90ff2d8991c878cdefb201 /parallel_xz.sh | |
parent | bb2a3806f51665b6d5649e3d66cac6e9d770a25d (diff) | |
download | kernel-4f4dcd74d337b985a8ddb9c24392095bf0075a7f.tar.gz kernel-4f4dcd74d337b985a8ddb9c24392095bf0075a7f.tar.xz kernel-4f4dcd74d337b985a8ddb9c24392095bf0075a7f.zip |
kernel-5.9.0-0.rc6.20200925git171d4ff79f96.16
* Fri Sep 25 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.9.0-0.rc6.20200925git171d4ff79f96.16]
- Merge ark-patches
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'parallel_xz.sh')
-rwxr-xr-x | parallel_xz.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parallel_xz.sh b/parallel_xz.sh index f1b6cdd15..bc08a548d 100755 --- a/parallel_xz.sh +++ b/parallel_xz.sh @@ -23,4 +23,4 @@ test "$procgroup" = 1 && exec xargs -r xz # xz has some startup cost. If files are really small, # this cost might be significant. To combat this, # process several files (in sequence) by each xz process via -n 16: -exec xargs -r -n 16 -P "$procgroup" xz +exec xargs -r -n 16 -P $procgroup xz |