I'm runing a bash script like this, with dev as an argument:
Here i print env and it shows dev
: '
role.dev=root
role.qa=user1
role.prod=user1
role=role.${env}
'
At this point role is empty
I never saw starting with colon and aposthrope and not sure how to work with it. I have to do it like this because there are some projects with this approach but it's not working in my case. Any idea?