Skip to content

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

@subnut

Description

@subnut

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions