-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
backburnerLow priority (but feel free to fix it and do a PR)Low priority (but feel free to fix it and do a PR)bugSomething is not workingSomething is not working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backburnerLow priority (but feel free to fix it and do a PR)Low priority (but feel free to fix it and do a PR)bugSomething is not workingSomething is not working