ash: exec: Never rehash regular built-ins
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 17 Feb 2020 15:20:05 +0000 (16:20 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 17 Feb 2020 15:20:05 +0000 (16:20 +0100)
commit22c75924daa41b7ea097796afd4baafa2fc99d05
tree8e57f30bb01cf0356344c27b5c78d4c3d72c776c
parent6c4f87e411aa5375eaea5a5909a5c610e38c7e70
ash: exec: Never rehash regular built-ins

Upstream commit:

    Date: Sat, 19 May 2018 02:39:51 +0800
    exec: Never rehash regular built-ins

    As regular (including special) built-ins can never be overridden,
    we should never remove them from the hash table.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c