From 0f5b1c3d300a70759c82ee5a28afd9cbbd9d1bb9 Mon Sep 17 00:00:00 2001 From: beppu Date: Mon, 17 Apr 2000 16:53:45 +0000 Subject: + no need for comments. git-svn-id: svn://busybox.net/trunk/busybox@469 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- shell/lash.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shell') 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); 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}, -- cgit v1.2.3-55-g6feb