commit | 22c75924daa41b7ea097796afd4baafa2fc99d05 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Feb 17 16:20:05 2020 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Feb 17 16:20:05 2020 +0100 |
tree | 8e57f30bb01cf0356344c27b5c78d4c3d72c776c | |
parent | 6c4f87e411aa5375eaea5a5909a5c610e38c7e70 [diff] |
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>