summaryrefslogtreecommitdiffstats
path: root/scripts/lib
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-07-01 11:19:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-07-01 11:40:19 +0200
commitff1f97b44fd0a9846bfeb0aa65fd66fb1ba2f856 (patch)
treed038ea14483ab54f13868a175900a1d638e870e2 /scripts/lib
parent712c3e424cea8d730f7cc5323144a40c6ed169e9 (diff)
downloadptxdist-ff1f97b44fd0a9846bfeb0aa65fd66fb1ba2f856.tar.gz
ptxdist-ff1f97b44fd0a9846bfeb0aa65fd66fb1ba2f856.tar.xz
ptxd_make_serialize: whitespace fix
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib')
-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 &&