aboutsummaryrefslogtreecommitdiff
path: root/sh.c
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2000-04-17 16:53:45 +0000
committerJohn Beppu <beppu@lbox.org>2000-04-17 16:53:45 +0000
commit6e703034f434d17b748e95f8c045ead3657ae69e (patch)
tree5fb88068f6d1cc7775af8c7c01df54f5a4829aef /sh.c
parent26702fe1919ed4d01649acc81c2d42545004cbfd (diff)
downloadbusybox-6e703034f434d17b748e95f8c045ead3657ae69e.tar.gz
+ no need for comments.
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 bd95ba761..bbf57752b 100644
--- a/sh.c
+++ b/sh.c
@@ -113,7 +113,6 @@ static int busy_loop(FILE * input);
static struct builtInCommand bltins[] = {
{"bg", "Resume a job in the background", "bg [%%job]", shell_fg_bg},
{"cd", "Change working directory", "cd [dir]", shell_cd},
- //{"echo", "Echo arguments on stdout", "echo arg1 [...]", shell_echo},
{"env", "Print all environment variables", "env", shell_env},
{"exit", "Exit from shell()", "exit", shell_exit},
{"fg", "Bring job into the foreground", "fg [%%job]", shell_fg_bg},