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 /msh.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 'msh.c')
-rw-r--r-- | msh.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -143,7 +143,7 @@ static int newfile(char *s); | |||
143 | static char *findeq(char *cp); | 143 | static char *findeq(char *cp); |
144 | static char *cclass(char *p, int sub); | 144 | static char *cclass(char *p, int sub); |
145 | static void initarea(void); | 145 | static void initarea(void); |
146 | extern int shell_main(int argc, char **argv); | 146 | extern int msh_main(int argc, char **argv); |
147 | 147 | ||
148 | 148 | ||
149 | struct brkcon { | 149 | struct brkcon { |
@@ -692,7 +692,7 @@ static char * current_prompt; | |||
692 | */ | 692 | */ |
693 | 693 | ||
694 | 694 | ||
695 | extern int shell_main(int argc, char **argv) | 695 | extern int msh_main(int argc, char **argv) |
696 | { | 696 | { |
697 | register int f; | 697 | register int f; |
698 | register char *s; | 698 | register char *s; |