summaryrefslogtreecommitdiffstats
path: root/parallel_xz.sh
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-12-17 19:08:51 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2020-12-17 19:08:51 +0100
commitacca02816b0349c6fa7be1c91d7f78ff7053be32 (patch)
tree0e519c74550b77d52993ee0e1f95df5056111b1d /parallel_xz.sh
parent4bf9c3c1a4fb88ec0560ba20c3644a847bdf6064 (diff)
parent14694918cd7fac2032134b57250efa8c9ef9d830 (diff)
downloadkernel-acca02816b0349c6fa7be1c91d7f78ff7053be32.tar.gz
kernel-acca02816b0349c6fa7be1c91d7f78ff7053be32.tar.xz
kernel-acca02816b0349c6fa7be1c91d7f78ff7053be32.zip
Merge remote-tracking branch 'origin/master' into rawhide-user-thl-vanilla-fedorakernel-5.11.0-0.rc0.20201217gite994cc240a3b.102.vanilla.1.fc32
Diffstat (limited to 'parallel_xz.sh')
-rwxr-xr-xparallel_xz.sh2
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