From 4f4dcd74d337b985a8ddb9c24392095bf0075a7f Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Fri, 25 Sep 2020 12:04:33 -0500 Subject: kernel-5.9.0-0.rc6.20200925git171d4ff79f96.16 * Fri Sep 25 2020 Fedora Kernel Team [5.9.0-0.rc6.20200925git171d4ff79f96.16] - Merge ark-patches Resolves: rhbz# Signed-off-by: Justin M. Forbes --- parallel_xz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parallel_xz.sh') 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 -- cgit