Skip to content

Commit

Permalink
remove extra erroneous }
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Sep 8, 2023
1 parent b7ff0e4 commit f1289fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shpc/main/wrappers/templates/bases/shell-script-base.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!{{ settings.wrapper_shell }}

{% if '/csh' in settings.wrapper_shell %}set {% endif %}script=`realpath $0`
{% if '/csh' in settings.wrapper_shell %}set {% endif %}}wrapper_bin={% if settings.wrapper_base %}"{{ wrapper_dir }}"{% else %}`dirname $script`{% endif %}
{% if '/csh' in settings.wrapper_shell %}set {% endif %}wrapper_bin={% if settings.wrapper_base %}"{{ wrapper_dir }}"{% else %}`dirname $script`{% endif %}
{% if '/csh' in settings.wrapper_shell %}set {% endif %}moduleDir=`dirname $wrapper_bin`

{% block content %}{% endblock %}

0 comments on commit f1289fc

Please sign in to comment.