From: Stéphane Graber Date: Wed, 15 Jan 2014 02:49:26 +0000 (-0500) Subject: lxc-download: Fix wrong option parsing X-Git-Tag: lxc-1.0.0.beta2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1becef2d2d96ce2c782d2b0eb19b24dcd6026d9;p=thirdparty%2Flxc.git lxc-download: Fix wrong option parsing Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn --- diff --git a/templates/lxc-download.in b/templates/lxc-download.in index 0602bbc7d..58a4a1738 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