Tagged Questions
1
vote
3answers
260 views
How to address an issue while sourcing an env file in bash?
Some issue arise when sourcing one of your env file (a series of variable exporting)
for instance:
...
export MY_ROOT=/Soft/dev/blah/blah
export MY_BIN=${MY_ROOT}/bin
...
results in
$. my_env.sh
...