aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-17 16:53:45 +0000
committerbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-17 16:53:45 +0000
commit0f5b1c3d300a70759c82ee5a28afd9cbbd9d1bb9 (patch)
tree5fb88068f6d1cc7775af8c7c01df54f5a4829aef /shell
parent6676cafcf98bb42172ee51cd5c1e19ea66414fef (diff)
downloadbusybox-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.c1
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);
113static struct builtInCommand bltins[] = { 113static 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},