@@ -225,7 +225,7 @@ static int builtin_exit(struct job *cmd, struct jobSet *junk)
if (!cmd->progs[0].argv[1] == 1)
exit TRUE;
return(atoi(cmd->progs[0].argv[1]));
exit (atoi(cmd->progs[0].argv[1]));
}
/* built-in 'fg' and 'bg' handler */
The note is not visible to the blocked user.