From: Stéphane Graber Date: Tue, 11 Jul 2017 06:58:56 +0000 (-0400) Subject: Fix syntax error in lxc-download X-Git-Tag: lxc-2.1.0~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc58d0e23464dd489d8c276e3bb4df0b67a4cbb7;p=thirdparty%2Flxc.git Fix syntax error in lxc-download Signed-off-by: Stéphane Graber --- 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