Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aliases not being used while parsing contents of the $ENV file #195

Open
subnut opened this issue Feb 6, 2022 · 0 comments
Open

Aliases not being used while parsing contents of the $ENV file #195

subnut opened this issue Feb 6, 2022 · 0 comments

Comments

@subnut
Copy link

subnut commented Feb 6, 2022

Steps to reproduce

create $HOME/temp.env -

alias echo=_echo
_echo() { printf '%s\n' 'You are using the alias'; }
echo You are NOT using the alias

Now run ENV=$HOME/temp.env mrsh

Expected output

You are using the alias

Actual output

You are NOT using the alias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant