diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-09-09 12:27:11 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-09-09 12:27:11 -0500 |
commit | 9f7f1a167a403e73b72db3ac12baf0bdda803259 (patch) | |
tree | 5ac1dc064fff023496272854e497530e1aba4ca5 /parallel_xz.sh | |
parent | 45d4c5a623b7a0f6aeb373f4760dd0ce4d841942 (diff) | |
download | kernel-9f7f1a167a403e73b72db3ac12baf0bdda803259.tar.gz kernel-9f7f1a167a403e73b72db3ac12baf0bdda803259.tar.xz kernel-9f7f1a167a403e73b72db3ac12baf0bdda803259.zip |
kernel-5.9.0-0.rc4.20200909git34d4ddd359db.5
* Wed Sep 09 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.9.0-0.rc4.20200909git34d4ddd359db.5]
- 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 bc08a548d..f1b6cdd15 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 |