diff options
author | Matt Kraai | 2001-08-01 17:21:35 +0000 |
---|---|---|
committer | Matt Kraai | 2001-08-01 17:21:35 +0000 |
commit | 2d91deba45d5a284614e06cc55e2be03599ca26d (patch) | |
tree | 0ba0d2096b4305465ddea8532a5931cb4c02b343 /lash.c | |
parent | 00344431402703089c6b93f6119f9966cc7ba566 (diff) | |
download | busybox-2d91deba45d5a284614e06cc55e2be03599ca26d.zip busybox-2d91deba45d5a284614e06cc55e2be03599ca26d.tar.gz |
Allow multiple shells to be enabled.
Diffstat (limited to 'lash.c')
-rw-r--r-- | lash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1545,7 +1545,7 @@ static void setup_job_control() tcsetpgrp(shell_terminal, shell_pgrp); } -int shell_main(int argc_l, char **argv_l) +int lash_main(int argc_l, char **argv_l) { int opt, interactive=FALSE; FILE *input = stdin; |