Bandung, Indonesia
Software engineer at day, avid writer and translator at night; also passive advocate for free and open source movement. Ex-Barksdale crew. Ex-Dunder Mifflin.
Ticket created by ~shulhan on ~shulhan/awwan
#Steps to reproduce
Assume the script file
test.aww
,1| #require: ... 2| echo x
Executing script start from line 1 does not execute the
#require:
statement.
Ticket created by ~shulhan on ~shulhan/awwan
Given the following configuration on
awwan.env
,[app] address = 127.0.0.1
and content of file
config.ini
to be copied,address = {{.Val "app::adddress"}}
When issuing
#put:
command to copy the file to remote,10: #put: {{.ScriptDir}}/config.ini /data/app/config.ini ... ---- $ awwan play script.aww 10 -
It should exit immediately if awwan cannot find the variable "app::adddress".