mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-12 01:03:59 -09:00
When the target-finalize-hook for bash was added in commit311c9eebc4in order to write bash into /etc/shells, it was done at the same time as for package/mksh and it was incorrectly copied and MKSH still appeared in the name of the hook. The hook is now correctly named BASH_ADD_BASH_TO_SHELLS Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit7f96255f4a) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>