/bin/sh back

This commit is contained in:
Sergey Bolshakov 2004-11-29 17:18:04 +00:00
parent 8eb957321e
commit a68453589f

View File

@ -110,7 +110,7 @@ static void spawn_shell(void)
{ {
#ifdef SPAWN_SHELL #ifdef SPAWN_SHELL
int fd; int fd;
char * shell_name[] = { "/sbin/sh", NULL }; char * shell_name[] = { "/bin/sh", NULL };
log_message("spawning a shell"); log_message("spawning a shell");