From 952ed53b8dc02307ae140982548522d049e0bca5 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 14 Dec 2020 09:02:23 -0600 Subject: kernel-5.10.0-98 * Mon Dec 14 2020 Justin M. Forbes [5.10.0-98] - Add missing '$' sign to (GIT) in redhat/Makefile (Augusto Caringi) 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