aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/sphinx/parallel-wrapper.sh
diff options
context:
space:
mode:
authorLinus Torvalds <[email protected]>2020-02-27 19:07:13 +0000
committerLinus Torvalds <[email protected]>2020-02-27 19:07:13 +0000
commite46bfaba593c36de591a1153746af6bcb40ef67c (patch)
tree11b252d12ab86c0b2559449504da2b4c8b6ce3eb /Documentation/sphinx/parallel-wrapper.sh
parentMerge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff)
parentdocs: Fix empty parallelism argument (diff)
downloadkernel-e46bfaba593c36de591a1153746af6bcb40ef67c.tar.gz
kernel-e46bfaba593c36de591a1153746af6bcb40ef67c.zip
Merge tag 'docs-5.6-fixes' of git://git.lwn.net/linux
Pull documentation fixes from Jonathan Corbet: "A pair of docs-build fixes" * tag 'docs-5.6-fixes' of git://git.lwn.net/linux: docs: Fix empty parallelism argument docs: remove MPX from the x86 toc
Diffstat (limited to 'Documentation/sphinx/parallel-wrapper.sh')
-rw-r--r--Documentation/sphinx/parallel-wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sphinx/parallel-wrapper.sh b/Documentation/sphinx/parallel-wrapper.sh
index 7daf5133bdd3..e54c44ce117d 100644
--- a/Documentation/sphinx/parallel-wrapper.sh
+++ b/Documentation/sphinx/parallel-wrapper.sh
@@ -30,4 +30,4 @@ if [ -n "$parallel" ] ; then
parallel="-j$parallel"
fi
-exec "$sphinx" "$parallel" "$@"
+exec "$sphinx" $parallel "$@"