diff options
author | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-17 16:53:45 +0000 |
---|---|---|
committer | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-17 16:53:45 +0000 |
commit | 0f5b1c3d300a70759c82ee5a28afd9cbbd9d1bb9 (patch) | |
tree | 5fb88068f6d1cc7775af8c7c01df54f5a4829aef /shell | |
parent | 6676cafcf98bb42172ee51cd5c1e19ea66414fef (diff) | |
download | busybox-w32-0f5b1c3d300a70759c82ee5a28afd9cbbd9d1bb9.tar.gz busybox-w32-0f5b1c3d300a70759c82ee5a28afd9cbbd9d1bb9.tar.bz2 busybox-w32-0f5b1c3d300a70759c82ee5a28afd9cbbd9d1bb9.zip |
+ no need for comments.
git-svn-id: svn://busybox.net/trunk/busybox@469 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r-- | shell/lash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/lash.c b/shell/lash.c index bd95ba761..bbf57752b 100644 --- a/shell/lash.c +++ b/shell/lash.c | |||
@@ -113,7 +113,6 @@ static int busy_loop(FILE * input); | |||
113 | static struct builtInCommand bltins[] = { | 113 | static struct builtInCommand bltins[] = { |
114 | {"bg", "Resume a job in the background", "bg [%%job]", shell_fg_bg}, | 114 | {"bg", "Resume a job in the background", "bg [%%job]", shell_fg_bg}, |
115 | {"cd", "Change working directory", "cd [dir]", shell_cd}, | 115 | {"cd", "Change working directory", "cd [dir]", shell_cd}, |
116 | //{"echo", "Echo arguments on stdout", "echo arg1 [...]", shell_echo}, | ||
117 | {"env", "Print all environment variables", "env", shell_env}, | 116 | {"env", "Print all environment variables", "env", shell_env}, |
118 | {"exit", "Exit from shell()", "exit", shell_exit}, | 117 | {"exit", "Exit from shell()", "exit", shell_exit}, |
119 | {"fg", "Bring job into the foreground", "fg [%%job]", shell_fg_bg}, | 118 | {"fg", "Bring job into the foreground", "fg [%%job]", shell_fg_bg}, |