On Wed, 09/13 11:55, Peter Maydell wrote: > On 13 September 2017 at 04:01, Fam Zheng <f...@redhat.com> wrote: > > Signed-off-by: Fam Zheng <f...@redhat.com> > > --- > > scripts/archive-source.sh | 33 +++++++++++++++++++++++++++++++++ > > 1 file changed, 33 insertions(+) > > create mode 100755 scripts/archive-source.sh > > > > diff --git a/scripts/archive-source.sh b/scripts/archive-source.sh > > new file mode 100755 > > index 0000000000..8b373e3090 > > --- /dev/null > > +++ b/scripts/archive-source.sh > > @@ -0,0 +1,33 @@ > > +#!/bin/sh > > +# > > +# Author: Fam Zheng <f...@redhat.com> > > +# > > +# Archive source tree, including submodules. This is created for test code > > to > > +# export the source files, in order to be built in a different enviornment, > > "environment"
Fixed, thanks. Fam