Fix syntax error in lxc-download

parent 7e1aeea2
...@@ -581,7 +581,6 @@ if [ -e "$(relevant_file templates)" ]; then ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment