[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH LIVEPATCH-BUILD-TOOLS 1/2] Fix getopt parsing of long options
On Wed, Jul 20, 2016 at 03:49:43PM +0100, Ross Lagerwall wrote: What happend to your SoB? The patch is fine otherwise. > --- > livepatch-build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/livepatch-build b/livepatch-build > index 7395b49..d9d9da3 100755 > --- a/livepatch-build > +++ b/livepatch-build > @@ -185,7 +185,7 @@ usage() { > > find_tools || die "can't find supporting tools" > > -options=$(getopt -o hs:p:c:o:j:k:d -l > "help,srcdir:patch:config:output:cpus:,skip:,debug,xen-debug,xen-syms:,depends:,prelink" > -- "$@") || die "getopt failed" > +options=$(getopt -o hs:p:c:o:j:k:d -l > "help,srcdir:,patch:,config:,output:,cpus:,skip:,debug,xen-debug,xen-syms:,depends:,prelink" > -- "$@") || die "getopt failed" > > eval set -- "$options" > > -- > 2.7.4 > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |