summaryrefslogtreecommitdiffstats
path: root/parallel_xz.sh
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-09-25 19:30:11 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-09-25 19:30:11 +0200
commit340674e314ee00dc5deedaafb6c5864dde7175e1 (patch)
treefddc7b71fe46a1521302d22c975c26e176434e50 /parallel_xz.sh
parent8902ed8b46ac6eefbd12651ff8ae9bb98bf3a78d (diff)
parent4f4dcd74d337b985a8ddb9c24392095bf0075a7f (diff)
downloadkernel-5.9.0-0.rc6.20200925git171d4ff79f96.17.vanilla.1.fc34.tar.gz
kernel-5.9.0-0.rc6.20200925git171d4ff79f96.17.vanilla.1.fc34.tar.xz
kernel-5.9.0-0.rc6.20200925git171d4ff79f96.17.vanilla.1.fc34.zip
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 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