Fix syntax error in lxc-download

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2017-07-11 02:58:56 -04:00
parent 3f7be9d079
commit cc58d0e234
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -581,7 +581,6 @@ if [ -e "$(relevant_file templates)" ]; then
fi fi
# Replace variables in all templates # Replace variables in all templates
for file in $TEMPLATE_FILES; do
OLD_IFS=${IFS} OLD_IFS=${IFS}
IFS=";" IFS=";"
for file in ${TEMPLATE_FILES}; do for file in ${TEMPLATE_FILES}; do