Conjure ignores parameters
Posted: 2007-05-30T13:05:31-07:00
I'm trying to make a script with MSL, but I can't get conjure to do the variable replacement that it promises:
Example:
myscript.msl:
<image>
<print output="blah %[var]\n" />
</image>
~# conjure -var test myscript.msl
Should produce: blah test
Produces: blah
Is there a trick to getting the variables in there?
Thanks,
Jeremy
Example:
myscript.msl:
<image>
<print output="blah %[var]\n" />
</image>
~# conjure -var test myscript.msl
Should produce: blah test
Produces: blah
Is there a trick to getting the variables in there?
Thanks,
Jeremy