Hi! I am having trouble with environment variables for my service. My manifest file looks like this:
<envvar name="VAR_A" value="/somepath" /> <envvar name="VAR_B" value="$VAR_A/sub" /> I would expect VAR_B equals /somepath/sub. But this is not the case: VAR_B="$VAR_A/sub"! Is there a way to replace the variable reference by its value, or should I set "absolute" values for all environment variables in the manifest file? Thanks, Olivier. This message posted from opensolaris.org