more int→bool while trying to let ^D output CR+LF (which shan’t be, oh my…)

This commit is contained in:
tg
2012-05-04 21:15:34 +00:00
parent 5780bc5eb7
commit 2d31aca859
3 changed files with 13 additions and 13 deletions

View File

@ -38,7 +38,7 @@
#endif
#endif
__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.214 2012/05/04 20:49:03 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.215 2012/05/04 21:15:32 tg Exp $");
#if HAVE_KILLPG
/*
@ -2295,7 +2295,7 @@ c_exitreturn(const char **wp)
}
if (how == LEXIT && !really_exit && j_stopped_running()) {
really_exit = 1;
really_exit = true;
how = LSHELL;
}