diff options
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/ash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c index 9eb395fd9..708ab21fb 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
| @@ -1353,6 +1353,7 @@ static const struct builtincmd builtincmd[] = { | |||
| 1353 | { BUILTIN_SPEC_REG_ASSG "readonly", exportcmd }, | 1353 | { BUILTIN_SPEC_REG_ASSG "readonly", exportcmd }, |
| 1354 | { BUILTIN_SPEC_REG "return", returncmd }, | 1354 | { BUILTIN_SPEC_REG "return", returncmd }, |
| 1355 | { BUILTIN_SPEC_REG "set", setcmd }, | 1355 | { BUILTIN_SPEC_REG "set", setcmd }, |
| 1356 | { BUILTIN_SPEC_REG "source", dotcmd }, | ||
| 1356 | { BUILTIN_SPEC_REG "shift", shiftcmd }, | 1357 | { BUILTIN_SPEC_REG "shift", shiftcmd }, |
| 1357 | { BUILTIN_SPEC_REG "times", timescmd }, | 1358 | { BUILTIN_SPEC_REG "times", timescmd }, |
| 1358 | { BUILTIN_SPEC_REG "trap", trapcmd }, | 1359 | { BUILTIN_SPEC_REG "trap", trapcmd }, |
