-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
If the template starts with #!/usr/bin/esh
or #!/usr/bin/env esh
or some other variants, remove that line from output.
e.g.
template
#!/usr/bin/esh
UNAME: <% uname -a -%>
OS-RELEASE:<% while IFS='=' read -r var val; do %>
<%= $var -%>: <%= $val -%>
<% done < /etc/os-release %>
expected |
|
---|---|
actual |
|
alexm
Metadata
Metadata
Assignees
Labels
No labels