[lxc-devel] [PATCH] Fix typo in templates/lxc-gentoo.in
Serge Hallyn
serge.hallyn at ubuntu.com
Thu Oct 16 18:49:56 UTC 2014
Quoting Dark Templar (dark_templar at hotbox.ru):
> Hi,
>
> while trying out lxc I've discovered typo error in the lxc-gentoo
> template. Sending you patch to fix it attached to this mail.
>
> Thanks.
> From 82887726f603b74715b430009cfda104a9ef06d7 Mon Sep 17 00:00:00 2001
> From: Dark Templar <dark_templar at hotbox.ru>
> Date: Thu, 16 Oct 2014 20:25:00 +0400
> Subject: [PATCH] Fix typo in templates/lxc-gentoo.in
>
> ---
Thanks.
Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>
> templates/lxc-gentoo.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/templates/lxc-gentoo.in b/templates/lxc-gentoo.in
> index 659fd28..b7e04b7 100644
> --- a/templates/lxc-gentoo.in
> +++ b/templates/lxc-gentoo.in
> @@ -788,7 +788,7 @@ do
> -n|--name) name=$2; shift 2;;
> -a|--arch) arch=$2; shift 2;;
> -F|--flush-cache) flush_cache=1; shift 1;;
> - -c|--cache-only) cache_only=1; shitf 1;;
> + -c|--cache-only) cache_only=1; shift 1;;
> -P|--private-portage) private_portage=1; shift 1;;
> -v|--variant) variant=$2; shift 2;;
> --portage-dir) portage_dir=$2; shift 2;;
> --
> 2.0.4
>
> _______________________________________________
> 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