[lxc-devel] [PATCH] lxc-download: Fix wrong option parsing

Serge Hallyn serge.hallyn at ubuntu.com
Wed Jan 15 14:49:58 UTC 2014


Quoting Stéphane Graber (stgraber at ubuntu.com):
> Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>

Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>

> ---
>  templates/lxc-download.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/templates/lxc-download.in b/templates/lxc-download.in
> index 04f5846..aa93b59 100644
> --- a/templates/lxc-download.in
> +++ b/templates/lxc-download.in
> @@ -172,7 +172,7 @@ EOF
>  }
>  
>  options=$(getopt -o d:r:a:hl -l dist:,release:,arch:,help,list,variant:,\
> -server:,keyid:,no-validate,flush-cache,force-cache:,name:,path:,\
> +server:,keyid:,no-validate,flush-cache,force-cache,name:,path:,\
>  rootfs:,mapped-uid: -- "$@")
>  
>  if [ $? -ne 0 ]; then
> -- 
> 1.8.5.2
> 
> _______________________________________________
> lxc-devel mailing list
> lxc-devel at lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/lxc-devel


More information about the lxc-devel mailing list