Skip to content
New issue

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

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

Already on GitHub? # to your account

List of builtin commands incorrectly includes hash #1387

Closed
krader1961 opened this issue Aug 29, 2019 · 0 comments
Closed

List of builtin commands incorrectly includes hash #1387

krader1961 opened this issue Aug 29, 2019 · 0 comments
Assignees
Labels

Comments

@krader1961
Copy link
Contributor

The hash "command" is actually an alias:

{"hash", NV_NOFREE, "alias -t --"},

Yet is also is defined as a distinct builtin command:

{"hash", NV_BLTIN | BLT_SPC | BLT_DCL, bltin(alias)},

This is absurd. Even if the alias was removed the builtin of the same name would not work as expected.

@krader1961 krader1961 added the bug label Aug 29, 2019
@krader1961 krader1961 self-assigned this Aug 29, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant