Call exit(0), not exit.

This commit is contained in:
kan 2003-04-29 19:53:00 +00:00
parent a43e2a0d8e
commit ea3497600e

View File

@ -1909,7 +1909,7 @@ bye () {
#ifdef UNIX
stty(0,&sgttyOrg);
#endif
exit();
exit(0);
}
#ifdef UNIX