Open jayvdb opened 4 years ago
Not 100% sure this is beneficial
e.g.
setenv = FOO=`python -c 'import sys; sys.stdout.write("foo")'`{:}bar
that can be done by splitting it into two commands
setenv = FOO1=`python -c 'import sys; sys.stdout.write("foo")'` FOO2={env:FOO1}{:}bar
Not 100% sure this is beneficial
e.g.
that can be done by splitting it into two commands