diff options
Diffstat (limited to 'lash.c')
-rw-r--r-- | lash.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -120,7 +120,6 @@ static struct builtInCommand bltins[] = { | |||
120 | {"pwd", "Print current directory", "pwd", shell_pwd}, | 120 | {"pwd", "Print current directory", "pwd", shell_pwd}, |
121 | {"export", "Set environment variable", "export [VAR=value]", shell_export}, | 121 | {"export", "Set environment variable", "export [VAR=value]", shell_export}, |
122 | {"unset", "Unset environment variable", "unset VAR", shell_unset}, | 122 | {"unset", "Unset environment variable", "unset VAR", shell_unset}, |
123 | |||
124 | {".", "Source-in and run commands in a file", ". filename", shell_source}, | 123 | {".", "Source-in and run commands in a file", ". filename", shell_source}, |
125 | {"help", "List shell built-in commands", "help", shell_help}, | 124 | {"help", "List shell built-in commands", "help", shell_help}, |
126 | {NULL, NULL, NULL, NULL} | 125 | {NULL, NULL, NULL, NULL} |