From 9f7f1a167a403e73b72db3ac12baf0bdda803259 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 9 Sep 2020 12:27:11 -0500 Subject: kernel-5.9.0-0.rc4.20200909git34d4ddd359db.5 * Wed Sep 09 2020 Fedora Kernel Team [5.9.0-0.rc4.20200909git34d4ddd359db.5] - 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 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 -- cgit