Re: [lxc-devel] [PATCH 1/1] fix lxc-ubuntu-cloud option parsing bugs

2012-11-26 Thread Stéphane Graber
On 11/26/2012 03:08 PM, Serge Hallyn wrote: > The -u shortopt matching --userdata was not specified, and when -L > is found shift should have been by 1 not 2 since there is no optarg. > > Signed-off-by: Serge Hallyn Acked-by: Stéphane Graber Pushed to staging. Thanks > --- > templates/lxc-ub

[lxc-devel] [PATCH 1/1] fix lxc-ubuntu-cloud option parsing bugs

2012-11-26 Thread Serge Hallyn
The -u shortopt matching --userdata was not specified, and when -L is found shift should have been by 1 not 2 since there is no optarg. Signed-off-by: Serge Hallyn --- templates/lxc-ubuntu-cloud.in |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/lxc-ubuntu-cl