From 11cbdf441d57f8151d512677d4b9f12b1cca4a6f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 22 Nov 2012 14:16:23 +0100 Subject: [PATCH] lxc-create: fix passing over first argument to template script MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The e60a8164c12d565f70071ff6b32b823dd495df9e introduced a bug that caused first argument passed over to the template script get lost. This patch fixes it. Signed-off-by: Natanael Copa Acked-by: Stéphane Graber --- src/lxc/lxc-create.in | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lxc/lxc-create.in b/src/lxc/lxc-create.in index e8056e9e3..26ec6a267 100644 --- a/src/lxc/lxc-create.in +++ b/src/lxc/lxc-create.in @@ -137,7 +137,6 @@ while [ $# -gt 0 ]; do shift ;; --) - shift break;; -?) usage_err "unknown option '$opt'" -- 2.39.5