From 14b5c2a647924440444977806c72b8ee6f586e26 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 24 Sep 2007 01:40:06 +0200 Subject: - teach hush to honour PATH variable - remove common/main.c. This is now handled in the different shells. --- commands/exec.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'commands/exec.c') diff --git a/commands/exec.c b/commands/exec.c index 032a8f82bf..3cc9a61bab 100644 --- a/commands/exec.c +++ b/commands/exec.c @@ -29,10 +29,6 @@ #include #include -#ifdef CONFIG_HUSH_PARSER -#include -#endif - static int do_exec(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[]) { int i; -- cgit v1.2.3