Allow multiple shells to be enabled.
[platform/upstream/busybox.git] / shell / lash.c
index 8f86095..0af6691 100644 (file)
@@ -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;