On Tue, Nov 20, 2018 at 05:35:54PM +0000, Andrew Cooper wrote: > On 19/11/2018 21:31, Wei Liu wrote: > > diff --git a/automation/scripts/build b/automation/scripts/build > > index a1f9a5da56..d4aceb745f 100755 > > --- a/automation/scripts/build > > +++ b/automation/scripts/build > > @@ -28,6 +28,10 @@ make -j$(nproc) dist > > > > # Extract artifacts to avoid getting rewritten by customised builds > > cp xen/.config xen-config > > +mkdir binaries > > +if [[ "x${XEN_TARGET_ARCH}" == "xx86_64" ]]; then > > Either quote the strings, or use the pre-x trick, but you don't need to > do both together.
Fixed, thanks. Wei. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel