Skip to content

Commit

Permalink
No double braces in genus template
Browse files Browse the repository at this point in the history
  • Loading branch information
cahz committed Apr 15, 2024
1 parent d1c9dde commit 0c7253a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/script_fmt/genus_tcl.tera
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# {{ HEADER_AUTOGEN }}
if [ info exists search_path ] {{ '{{' }}
if [ info exists search_path ] {{ '{' }}
set search_path_initial $search_path
{{ '}}' }}
{{ '}' }}
set ROOT "{{ root }}"
{% if compilation_mode == 'separate' %}{% for group in srcs %}
set search_path $search_path_initial
Expand Down

0 comments on commit 0c7253a

Please sign in to comment.