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

can't expand a function name from an alias #666

Open
ormaaj opened this issue Jul 4, 2023 · 0 comments
Open

can't expand a function name from an alias #666

ormaaj opened this issue Jul 4, 2023 · 0 comments
Labels
backburner Low priority (but feel free to fix it and do a PR) bug Something is not working

Comments

@ormaaj
Copy link

ormaaj commented Jul 4, 2023

Another super important alias bug!

 ~ $ ksh /proc/self/fd/9 9<<\EOF9
alias 'x=function ' y=f
x y { echo :\); }
f
EOF9
/proc/self/fd/9[3]: f: not found

 ~ $ mksh /proc/self/fd/9 9<<\EOF9
alias 'x=function ' y=f
x y { echo :\); }
f
EOF9
:)

Version JM 93u+m/1.1.0-alpha+3c2b0dcf/MOD 2023-06-14

@McDutchie McDutchie added bug Something is not working backburner Low priority (but feel free to fix it and do a PR) labels Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backburner Low priority (but feel free to fix it and do a PR) bug Something is not working
Projects
None yet
Development

No branches or pull requests

2 participants