diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/hush.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/hush.c b/shell/hush.c index 927193450..7b0ea8b0c 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -944,6 +944,7 @@ static const struct built_in_command bltins1[] = { | |||
944 | BLTIN("source" , builtin_source , "Run commands in a file"), | 944 | BLTIN("source" , builtin_source , "Run commands in a file"), |
945 | #endif | 945 | #endif |
946 | BLTIN("trap" , builtin_trap , "Trap signals"), | 946 | BLTIN("trap" , builtin_trap , "Trap signals"), |
947 | BLTIN("true" , builtin_true , NULL), | ||
947 | BLTIN("type" , builtin_type , "Show command type"), | 948 | BLTIN("type" , builtin_type , "Show command type"), |
948 | BLTIN("ulimit" , shell_builtin_ulimit , "Control resource limits"), | 949 | BLTIN("ulimit" , shell_builtin_ulimit , "Control resource limits"), |
949 | BLTIN("umask" , builtin_umask , "Set file creation mask"), | 950 | BLTIN("umask" , builtin_umask , "Set file creation mask"), |