summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/lib/ptxd_make_serialize.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/ptxd_make_serialize.sh b/scripts/lib/ptxd_make_serialize.sh
index 16fb291f1..ba8fb8bea 100644
--- a/scripts/lib/ptxd_make_serialize.sh
+++ b/scripts/lib/ptxd_make_serialize.sh
@@ -51,8 +51,8 @@ ptxd_make_serialize_init() {
if [ -n "${num}" ]; then
ptxd_make_serialize_setup global "${num}" || return
local mflags="-j --jobserver-fds=${ptxd_make_serialize_global_readfd},${ptxd_make_serialize_global_writefd}"
- PTXDIST_PARALLELMFLAGS_INTERN="${mflags}"
- PTXDIST_PARALLELMFLAGS_EXTERN="${mflags}"
+ PTXDIST_PARALLELMFLAGS_INTERN="${mflags}"
+ PTXDIST_PARALLELMFLAGS_EXTERN="${mflags}"
fi
ptxd_make_serialize_setup get 4 &&