From cc58d0e23464dd489d8c276e3bb4df0b67a4cbb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Tue, 11 Jul 2017 02:58:56 -0400 Subject: [PATCH] Fix syntax error in lxc-download MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- templates/lxc-download.in | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/lxc-download.in b/templates/lxc-download.in index 026ebb975..490552138 100644 --- a/templates/lxc-download.in +++ b/templates/lxc-download.in @@ -581,7 +581,6 @@ if [ -e "$(relevant_file templates)" ]; then fi # Replace variables in all templates -for file in $TEMPLATE_FILES; do OLD_IFS=${IFS} IFS=";" for file in ${TEMPLATE_FILES}; do