aboutsummaryrefslogtreecommitdiff
path: root/lash.c
diff options
context:
space:
mode:
Diffstat (limited to 'lash.c')
-rw-r--r--lash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lash.c b/lash.c
index 8f8609534..0af669116 100644
--- a/lash.c
+++ b/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
1548int shell_main(int argc_l, char **argv_l) 1548int 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;