From: Dark Templar Date: Mon, 20 Oct 2014 21:38:32 +0000 (-0500) Subject: Fix typo in lxc-gentoo template X-Git-Tag: lxc-1.1.0.alpha3~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4167102e93571e776dc7248a21145e753acdc3b8;p=thirdparty%2Flxc.git Fix typo in lxc-gentoo template Signed-off-by: Dark Templar Signed-off-by: Serge Hallyn --- diff --git a/templates/lxc-gentoo.in b/templates/lxc-gentoo.in index 659fd283a..b7e04b751 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;;