diff options
author | John Beppu <beppu@lbox.org> | 2000-04-17 16:53:45 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 2000-04-17 16:53:45 +0000 |
commit | 6e703034f434d17b748e95f8c045ead3657ae69e (patch) | |
tree | 5fb88068f6d1cc7775af8c7c01df54f5a4829aef | |
parent | 26702fe1919ed4d01649acc81c2d42545004cbfd (diff) | |
download | busybox-w32-6e703034f434d17b748e95f8c045ead3657ae69e.tar.gz busybox-w32-6e703034f434d17b748e95f8c045ead3657ae69e.tar.bz2 busybox-w32-6e703034f434d17b748e95f8c045ead3657ae69e.zip |
+ no need for comments.
-rw-r--r-- | lash.c | 1 | ||||
-rw-r--r-- | sh.c | 1 | ||||
-rw-r--r-- | shell/lash.c | 1 |
3 files changed, 0 insertions, 3 deletions
@@ -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}, |
@@ -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}, |
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}, |