ash: builtin: Mark more regular built-ins
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 16 Feb 2020 17:29:52 +0000 (18:29 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 16 Feb 2020 18:14:45 +0000 (19:14 +0100)
commita7b97e367c44d8a6890397848dcf59f4e190d4f9
tree90180306e3cc371e7164301065001b0ccd25657e
parent2bad3a305b5934d17e817a8fbb9c42ee04dc5a3c
ash: builtin: Mark more regular built-ins

Upstream commit:

    Date: Sat, 19 May 2018 02:39:49 +0800
    builtin: Mark more regular built-ins

    This patch marks the following built-ins as regular, meaning that
    they cannot be overriden using PATH search:

            hash
            pwd
            type
            ulimit

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