Superfluous "chdir" builtin - maybe remove?

Denys Vlasenko <[email protected]> Wed, 28 Jan 2026 01:26:57 +0100
Newsgroups org.kernel.vger.dash
Message-ID <CAK1hOcP3BZAszT3XGgxQ9AEQwAd+nD4e+eY3xtmo9D8qSsjRew@mail.gmail.com>
Good day.

In builtins.def.in:
cdcmd           -u cd chdir

The "chdir" there causes generation of a table entry
for builtin named "chdir" (an alias to the normal "cd").

No such builtin is required or even suggested by standards.
bash has no such thing either.