You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
into the config will set MYVAR2 to a/<path to home directory>/b. Firstly, I think MYVAR should be MYVAR1. But even with that change that, env will output these two lines (and a few others):
MYVAR1=a
MYVAR2=${MYVAR1}/${HOME}/b
This means that MYVAR1 is not being expanded.
The text was updated successfully, but these errors were encountered:
The documentation says that putting
into the config will set
MYVAR2
toa/<path to home directory>/b
. Firstly, I thinkMYVAR
should beMYVAR1
. But even with that change that,env
will output these two lines (and a few others):This means that
MYVAR1
is not being expanded.The text was updated successfully, but these errors were encountered: