diff options
author | Matt Kraai <kraai@debian.org> | 2001-08-01 17:21:35 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-08-01 17:21:35 +0000 |
commit | 2d91deba45d5a284614e06cc55e2be03599ca26d (patch) | |
tree | 0ba0d2096b4305465ddea8532a5931cb4c02b343 /shell/lash.c | |
parent | 00344431402703089c6b93f6119f9966cc7ba566 (diff) | |
download | busybox-w32-2d91deba45d5a284614e06cc55e2be03599ca26d.tar.gz busybox-w32-2d91deba45d5a284614e06cc55e2be03599ca26d.tar.bz2 busybox-w32-2d91deba45d5a284614e06cc55e2be03599ca26d.zip |
Allow multiple shells to be enabled.
Diffstat (limited to 'shell/lash.c')
-rw-r--r-- | shell/lash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/lash.c b/shell/lash.c index 8f8609534..0af669116 100644 --- a/shell/lash.c +++ b/shell/lash.c | |||
@@ -1545,7 +1545,7 @@ static void setup_job_control() | |||
1545 | tcsetpgrp(shell_terminal, shell_pgrp); | 1545 | tcsetpgrp(shell_terminal, shell_pgrp); |
1546 | } | 1546 | } |
1547 | 1547 | ||
1548 | int shell_main(int argc_l, char **argv_l) | 1548 | int lash_main(int argc_l, char **argv_l) |
1549 | { | 1549 | { |
1550 | int opt, interactive=FALSE; | 1550 | int opt, interactive=FALSE; |
1551 | FILE *input = stdin; | 1551 | FILE *input = stdin; |