Hi ! Actually when I do (in env): ``` VAR=test VAR2=$VAR ``` Working well BUT ``` VAR=test VAR2=addSomething$VAR ``` Doesn't work Is it possible to have concatenation with variable substitution to work ? Best regards, Lucas
Hi !
Actually when I do (in env):
Working well
BUT
Doesn't work
Is it possible to have concatenation with variable substitution to work ?
Best regards,
Lucas