2016-01-26 19:42+0100, Andrew Jones: > Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> > --- > diff --git a/scripts/runtime.bash b/scripts/runtime.bash > @@ -57,7 +57,7 @@ function run() > -MAX_SMP=$(getconf _NPROCESSORS_CONF) > +MAX_SMP=${MAX_SMP:-$(getconf _NPROCESSORS_CONF)} Shell can save characters even on that ... : ${MAX_SMP:=$(getconf _NPROCESSORS_CONF)} -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html