Commit 762e48fe by Fred Smith Committed by Fred Smith

single quotes

parent b03d0cb2
......@@ -2,7 +2,7 @@
{% for name,value in xsy_environment.items() -%}
{%- if value -%}
export {{ name }}="{{ value }}"
export {{ name }}='{{ value }}'
{% endif %}
{%- endfor %}
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