From 2d91deba45d5a284614e06cc55e2be03599ca26d Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Wed, 1 Aug 2001 17:21:35 +0000 Subject: Allow multiple shells to be enabled. --- shell/lash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/lash.c') diff --git a/shell/lash.c b/shell/lash.c index 8f86095..0af6691 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -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; -- cgit v1.1