Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sh.c
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-18 04:00:52 +0400
committerErik Andersen <andersen@codepoet.org>2000-04-18 04:00:52 +0400
commita6c752201e9031b51a6d89349f1cec1f690f56ef (patch)
tree808a54e0dc112d8b32326ccdb411e4300dc65d76 /sh.c
parent91e581fa0438b39ceb0ffb4ddcb90ee4d260ae81 (diff)
Updates
-Erik
Diffstat (limited to 'sh.c')
-rw-r--r--sh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sh.c b/sh.c
index bbf57752b..97db8afaf 100644
--- a/sh.c
+++ b/sh.c
@@ -120,7 +120,6 @@ static struct builtInCommand bltins[] = {
{"pwd", "Print current directory", "pwd", shell_pwd},
{"export", "Set environment variable", "export [VAR=value]", shell_export},
{"unset", "Unset environment variable", "unset VAR", shell_unset},
-
{".", "Source-in and run commands in a file", ". filename", shell_source},
{"help", "List shell built-in commands", "help", shell_help},
{NULL, NULL, NULL, NULL}