Hello,
I am trying the to achieve the following:
va_env=L
EXPORT=/export_${va_env}
ftf_${va_env}_sc=${EXPORT}/ftf/nomac/import
However if you have ever tried this, it does not work.
It seems as though Shell (ksh) tries to execute the ftf_${va_env}_sc part
rather than substitute the ${va_env} for 'L'.
Is there any way round this (apart from hard coding the L in)
Thanks
John