Joel Majka wrote: > myvar = "127.0.0.1 " + $(host) > InsertLine "$(myvar)"
Note that this works:
$ cat cf
#!/usr/sbin/cfagent -qKf
control:
actionsequence = ( shellcommands )
asdf = ( "asdf ${version}" )
shellcommands:
"/bin/echo ${asdf}"
$ ./cf
cfengine::/bin/echo asdf : asdf 2.1.10
$
_______________________________________________
Help-cfengine mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-cfengine
