Skip to content

Commit

Permalink
Merge pull request #187 from baby-gnu/bugfix/libtofs-side-effect
Browse files Browse the repository at this point in the history
fix(libtofs): “files_switch” mess up the variable exported by “map.jinja”
  • Loading branch information
myii authored Feb 14, 2020
2 parents 8359cc9 + ab4ce75 commit 475fe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TEMPLATE/libtofs.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
) %}
{#- Append an empty value to evaluate as `default` in the loop below #}
{%- if '' not in fsl %}
{%- do fsl.append('') %}
{%- set fsl = fsl + [''] %}
{%- endif %}
{%- for fs in fsl %}
{%- for src_file in src_files %}
Expand Down

0 comments on commit 475fe40

Please sign in to comment.