[11:32] is there a way to set an env var for a runcmd command? [11:36] i guess it could work when passing a string as command instead of a list [23:31] Nothing4You: something like? runcmd: [23:31] - MINE=blah sh -c 'echo Hiya $MINE' [23:33] blackboxsw: yeah that's what i'm doing now [23:33] it just doesn't allow me to use the list syntax though